MIMXRT1064-EVK: Error when building Audio Example with MBDToolbox

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MIMXRT1064-EVK: Error when building Audio Example with MBDToolbox

874 次查看
KayKochan
Contributor I

Hello,

I tried to build the evkmimxrt1060_sai_loopback example on Simulink with MBDToolbox on a fresh installation. However, I always get the following error:

In file included from C:/Matlab_Addons/Toolboxes/NXP_MBDToolbox_IMXRT1xxx/IMXRT_Examples/imxrt106x/sai/evkmimxrt1060_sai_loopback_ert_rtw/evkmimxrt1060_sai_loopback.h:26, from C:/Matlab_Addons/Toolboxes/NXP_MBDToolbox_IMXRT1xxx/IMXRT_Examples/imxrt106x/sai/evkmimxrt1060_sai_loopback_ert_rtw/ert_main.c:21: C:/MATLAB~1/TOOLBO~1/NXP_MB~1/MBDTBX~1/src/imxrt_sai_w.h:31:14: fatal error: MIMXRT1062_features.h: No such file or directory 31 | #include "MIMXRT1062_features.h"

Does anyone know the problem?

 

Best regards,
Kay

0 项奖励
回复
1 回复

855 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @KayKochan ,

    Please check the SDK document to get start, you need to use the recommended IDE to build it, eg: mcuxpresso, IAR, MDK etc.

   For other compliers, it is not supported directly, you need to check the source code and compile it by yourself.

  From your output information, you still need to add:MIMXRT1062_features.h, you can find that file in the SDK folder.

Best Regards,

kerry

0 项奖励
回复