用MCUXPRESSO IDE 编译 报错“no symbol found for import library“

📅 2026/7/10 9:49:41 👁️ 阅读次数 📝 编程学习
用MCUXPRESSO IDE 编译 报错“no symbol found for import library“

背景:
用MCUXPRESSO IDE 编译 mcxn947 修改过的sdk例程

问题:
用MCUXPRESSO IDE 编译 报错"no symbol found for import library"

原因:
例程在mcu linker中设置了secure模式

取消secure模式即可

解决方案:
取消secure模式,再编译,可通过。