This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5 CE Hello World debugging error

I'm following the guide here (Getting started with DS-5 CE and ARMv8 Foundation Platform), on Windows 7. I've added the Linaro aarch64-elf toolchain -- there were two (I believe) symbolic link errors extracting it to Windows, but I can compile a Hello World project without issue. I've followed the instructions for configuring the debug configuration, but when I try to debug, I get this error:

Fullscreen
1
2
3
4
5
6
The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model Foundation_Platform. Command:
C:\Program Files\DS-5 CE v5.26.2\bin\Foundation_Platform.exe --cadi-server --print-port-number
exited with error code: -1073741819
See Target Console view for more details
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I really want to target v7 Cortex A processors, so I tried again with the Linaro arm-eabi toolchain. I think it also had symbolic link errors on extraction, but also compiled Hello World without issues. Again, when trying to debug into main, I get similar errors:

Fullscreen
1
2
3
4
5
6
The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model FVP_VE_Cortex-A9x1. Command:
C:\Program Files\DS-5 CE v5.26.2\bin\FVP_VE_Cortex-A9x1.exe --cadi-server --print-port-number
exited with error code: -1073741819
See Target Console view for more details
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

What is going wrong?

0