Restore Embedded Coder Settings
13 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I would like to know of there is a way to restore Embedded Coder Settings. Previously, I could execute the binaries generated on the target device (Aurix TC399), however, after some accidental changes with the settings of Embedded Coder, I am facing some issues runnning the binaries on the target device.
Errors:
The code generated tries to include a header file
#include <emmintrin.h>'
This file is not found within the Aurix Development studio. And hence, I am getting errors with the definition of ' __m128i tmp_0;'
I do not know what "__m128i" does?
Could you please help me revert the changes or either help me to resolve the above error.
Thanks in advance.
5 件のコメント
Parth Trehan
2023 年 10 月 12 日
編集済み: Parth Trehan
2023 年 10 月 12 日
Can you set "leverage target hardware instruction set extentions" to none and give it a try?
回答 (1 件)
sschumm
2023 年 10 月 26 日
Hi,
do you want to revert the Embedded Coder Settings to default?
For reverting only some Settings I recommend using Git.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!