s32 ds release mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

s32 ds release mode

1,918 次查看
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

 

标签 (2)
0 项奖励
回复
1 回复

1,899 次查看
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 项奖励
回复