cancel
Showing results for 
Search instead for 
Did you mean: 

IDE not generating .elf file while importing project

NeeleshYadav
Associate II

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

 

 

 

12 REPLIES 12

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.  

Screenshot 2024-09-02 093101.jpg

 

Thank you 

Hi,

I deleted all these files and imported only project files, but again facing such issues.

 

Thank you 

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

Screenshot 2024-09-02 102152.jpg