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
I'm getting this error
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.
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 ?
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
Hi,
unfortunately emulator/simulator is not present in S32DS. You can't debug application without hardware.
Jiri