Why do i get an error while executing the command "codertarget.arm_cortex_a.runQemu" in R2016a?
1 回表示 (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2016 年 10 月 21 日
回答済み: MathWorks Support Team
2016 年 10 月 26 日
When i run the command codertarget.arm_cortex_a.runQemu to launch Qemu emulator, I get the following error:
### Launching QEMU...
Undefined variable "codertarget" or class "codertarget.qemu".
Error in codertarget.arm_cortex_a.runQemu (line 102)
qemu_obj = codertarget.qemu(argStr);
Why do I get this error and how do I fix it?
採用された回答
MathWorks Support Team
2017 年 1 月 10 日
This error is encountered because the Qemu Emulator Add on hasn't been installed.
In order to fix this issue, install QEMU Add on by either going to Add ons tab in the home menu or execute the command
>> getQEMUEmulatorAddOn
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!