Error trying to launch QEMU

1 回表示 (過去 30 日間)
Hugh Dowling
Hugh Dowling 2018 年 8 月 3 日
編集済み: Swastik Sarkar 2024 年 9 月 20 日
I'm trying to follow the tutorial on https://www.mathworks.com/examples/embedded-coder/mw/armcortexa_product-arm_cortex_a_gettingstarted-getting-started-with-embedded-coder-support-package-for-arm-cortex-a-processors
But when I try to run codertarget.arm_cortex_a.runQemu() I get an error:
Error using codertarget.qemu/launchQemu (line 116)
Unable to launch application in QEMU. System returned:
Error in codertarget.qemu (line 70)
this.launchQemu();
Error in codertarget.arm_cortex_a.runQemu (line 106)
qemu_obj = codertarget.qemu(argStr);
I have the QEMU and ARM Cortex A support packages installed. I even tried installing QEMU separately in Program Files to no avail. What am I missing?

回答 (1 件)

Swastik Sarkar
Swastik Sarkar 2024 年 9 月 20 日
編集済み: Swastik Sarkar 2024 年 9 月 20 日
The issue described is a recognized bug in MATLAB R2018a. Upgrading to the latest version of MATLAB is recommended to resolve this problem. However, for those still using R2018a, a workaround is available. Detailed information can be found in these MATLAB Answers:
These should provide the necessary guidance.

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by