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

FVP

The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model FVP_Base_Cortex-A53x1.exe. Command:
  C:\Program Files\Arm\Development Studio 2023.1\sw\..\bin\FVP_Base_Cortex-A53x1.exe --iris-server --print-port-number -C bp.secure_memory=false
exited with error code: -1073741819

See Target Console view for more details
The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model FVP_Base_Cortex-A53x1.exe. Command:
  C:\Program Files\Arm\Development Studio 2023.1\sw\..\bin\FVP_Base_Cortex-A53x1.exe --iris-server --print-port-number -C bp.secure_memory=false
exited with error code: -1073741819

See Target Console view for more details

Parents
  • The FVP is launching. Do you have a license installed? Though the error should be very specific if no license was available.

    Did the application build OK?

    As a test, go to File > Import > Arm Development Studio > Examples and Programming Libraries, and select an example (say fireworks_Armv8-A_FVP_AC6).The examples are supplied with known working configurations.

    Rebuild the imported example (click the hammer icon). Did that build OK?

    If so, click on the .launch file from the project, and click Debug - this should start a debug session with the appropriate FVP.

Reply
  • The FVP is launching. Do you have a license installed? Though the error should be very specific if no license was available.

    Did the application build OK?

    As a test, go to File > Import > Arm Development Studio > Examples and Programming Libraries, and select an example (say fireworks_Armv8-A_FVP_AC6).The examples are supplied with known working configurations.

    Rebuild the imported example (click the hammer icon). Did that build OK?

    If so, click on the .launch file from the project, and click Debug - this should start a debug session with the appropriate FVP.

Children