Why do I get build errors about missing headers (arm_math.h) when using CMSIS Code Replacement Library for ARM Cortex?
Mostrar comentarios más antiguos
I am trying to use CMSIS Code Replacement Library (CRL) while targetting ARM Cortex-M with MATLAB/Simulink.
My model contains cosine and sine blocks. After code generation, the Code Replacement Report confirms that crl_table_cmsis.mat library was used:
arm_cos_f32................<Root>/Sin1
arm_sin_f32................<Root>/Sin2
The corresponding implementation header is mw_cmsis.h, which again includes arm_math.h from CMSIS library.
During the build, I see below below error using Visual Studio 2017:
....\<modelname>_ert_rtw\mw_cmsis.h(12): fatal error C1083: Cannot open include file: 'arm_math.h': No such file or directory
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre ARM Cortex-M Processors en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!