Debug / Run configurations for emulation in s32 IDE (s32r274)

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

Debug / Run configurations for emulation in s32 IDE (s32r274)

1,150 Views
bdharma96
Contributor II

Hello,

         I've created a new example project(freertos_s32r274:Debug_FLASH) in S32 design studio.

Could anyone help me in setting the debug / run configurations for the project without any Hardware connected(emulator).

If I choose C/C++ Application 

pastedImage_179.png

I'm getting this error 

pastedImage_180.png

and also please provide information about run configuration so that I could able to run the generated executable(.elf) without any hardware and verify the gpio toggling and tasks running as required.

0 Kudos
3 Replies

786 Views
bdharma96
Contributor II

Hi Jiri,
         I found some EMU debug for apex application project in S32DS.

And can you elaborate on gdb debugging, why its throwing such error gdb -- version, do i need to change any PATH or need to install any software ?

And also, Is there any external tools available for debugging ?

0 Kudos

786 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

the error is simply because you don't have installed gdb on your machine and even more - the build target (.elf file) is for Power PC machine. 

Well, as far  as I know, there is no emulator/simulator available for S32R274. 

Jiri

0 Kudos

786 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

unfortunately emulator/simulator is not present in S32DS. You can't debug application without hardware. 

Jiri 

0 Kudos