Cannot select ARM Cortex-A code replacement library

조회 수: 5 (최근 30일)
Gabriel Roper
Gabriel Roper 2021년 4월 12일
댓글: Marc-André Beyer 2022년 5월 19일
I have a project that is using MATLAB Coder to convert to C++. In the configuration settings for MATLAB Coder, I can select a Code Replacement Library to replace certain functions calls with better library calls.
However, when I configure my project to build for an ARM Cortex-A system (Whether that be a NVIDIA Jetson, a Raspberry Pi, or a generic ARM Cortex A), I do not have the option to select the ARM Cortex-A Code replacement library. I know this is an options as it is mentioned in the MATLAB Embedded Coder release notes for R2021a.
The only options that I see are
  • GNU C99 Extensions
  • AUTOSAR 4.0
How do I use the ARM Cortex-A Code replacement library?
  댓글 수: 7
Matthew DiBello
Matthew DiBello 2022년 5월 18일
편집: Matthew DiBello 2022년 5월 18일
The code replacement library "GCC ARM Cortex-A" can only be used when for C code generation ("C99 (ISO)" or "C89/C90 (ANSI)").
I apologize for any inconvenience caused by this limitation. For more information about this CRL, please see this documentation page: https://www.mathworks.com/help/releases/R2020a/supportpkg/armcortexa/supported-matlab-functions-for-arm-cortexa.html
Best,
Matthew
Marc-André Beyer
Marc-André Beyer 2022년 5월 19일
ok thank you for the support.
Best, Marc

댓글을 달려면 로그인하십시오.

답변 (0개)

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by