2024-08-29 01:09 AM
Dear,
I am facing a problem while importing a project (that is built from another computer) to a new system, IDE is not generating .elf in the debug folder. While compiling is also warning about the same. Suppose I take a .elf from the old system and paste it in the new system (in the debug folder) and provide the path through settings in the debug configuration. In that case, the project is getting built and running with original parameters such as some variables, etc.
The issue here is that
1. if change the value of used variables and build the project, it always starts with old variable values.
for example:
Variable is Idc = 10; // set in old system
and I change it to I dc = 5;
but after building the project it always starts with
Idc = 10;
2. Another issue is ADCs are also not affecting by changing any value.
3. Breakpoints are also not working.
Kindly help me in this regard
Thanks
Neelesh
Solved! Go to Solution.
2024-09-01 11:32 PM
Hi,
No, now because of this error I can not build the codes.
But previously i was able to build and program the code if i provide .elf path generated from the old system.
I tried whatever suggestion I received. but in the end, only issues are coming as I said.
1. missing .elf
or
2.
Thank you
2024-09-01 11:34 PM
Hi,
I deleted all these files and imported only project files, but again facing such issues.
Thank you
2024-09-02 12:24 AM