IDE not generating .elf file while importing project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-08-29 1: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-09-01 11:34 PM
Hi,
I deleted all these files and imported only project files, but again facing such issues.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-09-02 12:24 AM
Hi,
I have attached a picture showing all the files from the previous system.
Can you suggest to me which files should be deleted in the new system?
Thank You
Neelesh

- « Previous
-
- 1
- 2
- Next »