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

📅 2026/7/10 9:30:23
用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模式再编译可通过。