필터 지우기
필터 지우기

Restore Embedded Coder Settings

조회 수: 21 (최근 30일)
Akshaya
Akshaya 2023년 10월 9일
답변: sschumm 2023년 10월 26일
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
Akshaya
Akshaya 2023년 10월 11일
Hi Parth,
Thank you so much for taking time and responding to the query.
Target Device: Aurix TC399 :: Infineon TriCore
Initially, before modifying the embedded coder config, __m128i was not generated from Embedded COder. As, I said, during some accidental chnages, now the Embedded Coder is generating __m128i inttrinsic datatype.
Unfortuanately, the compiler is not able to find #include <emmintrin.h>'. However, when I tried to manually search for the header file and add it to the workspace, the number of errors increases dratically within "#include <emmintrin.h>' this header file.
I have attached some Embedded Coder Config Screenshots for your reference. Please let me knw if you need any further information to assess the issue! :)
Thanks in advance!
Parth Trehan
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
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.

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by