s32 ds release mode

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

s32 ds release mode

1,083 Views
burak_
Contributor II

Hi, I build and debug operations of my project that I developed for s32r274 without any errors. But when I put the project in release mode and select elf files in run configurations and try to run it, I get the following error. What should I do to get the project out of debug mode and load it in release mode?

burak__0-1616748665194.png

burak__1-1616748697783.png

 

Labels (2)
0 Kudos
1 Reply

1,064 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

can you please share more details? What is your procedure of trying to debug your .elf file? At first look it looks that you are trying execute .elf file on your PC Machine. 

 

Anyway - technically there is no difference between Release and Debug binary running on target (S32R274). The difference is only in the .elf file - Debug version contains symbol names and list of source files and other debug info. 

 

Jiri 

0 Kudos