We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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:
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
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:
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
What is going wrong?