debug cannot find the corresponding .elf file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

debug cannot find the corresponding .elf file

800 Views
gongchangyu
Contributor I

hello,everyone

    I created a new project through flie-> new-> S32DS library project. After compiling, I couldn't find the corresponding .elf file in the debug interface, as shown below. Cannot find the corresponding elf file in the c / c ++ applicaation path.搜狗截图20200329215335.png


The usual project elf file is deleted and can be found through the search project, but the new project you created has no options. How do I set or find the corresponding elf file?

搜狗截图20200329215700.jpg

Tags (3)
0 Kudos
2 Replies

675 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

if you created new library project - your build target is library archive - libyour_project_name.a and is located in Debug folder. 

Jiri  

0 Kudos

675 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

by default, you should see this in the mentioned field:

Debug/training_led.elf

If it is not present, try to copy it there.

The elf file can be found in 'Debug' or 'Debug_RAM' folders if the project was compiled successfully.

If you are still facing some issues, try to create new project.

Regards,

Lukas

0 Kudos