How to solve the problem when porting #
#https://github.com/nxp-appcodehub/dm-rt1170evkb-full-appliance
this project buil
e:/app/mcuxpressoide_11.7.1_9221/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.7.1.202301190959/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lVIT_CM7_v04_07_05
e:/app/mcuxpressoide_11.7.1_9221/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.7.1.202301190959/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lvoiceseeker_no_aec
e:/app/mcuxpressoide_11.7.1_9221/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.7.1.202301190959/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -larm_cortexM7lfdp_math
collect2.exe: error: ld returned 1 exit status
make[1]: *** [makefile:81: evkmimxrt1170_appliance_oven.axf] Error 1
make: *** [makefile:72: all] Error 2
Solved! Go to Solution.
Hello @yejx,
Could you please try to build the project (in release mode instead debug mode) to the board and run the example?
To select this, please go to the upper toolbar and click on the arrow in the hammer and choose 2 Release (Release build). Then just click on the hammer to build the project.
[How to change to Release build in MCUXpresso IDE]
Kind regards, Raul.
Hello @yejx,
Could you please try to build the project (in release mode instead debug mode) to the board and run the example?
To select this, please go to the upper toolbar and click on the arrow in the hammer and choose 2 Release (Release build). Then just click on the hammer to build the project.
[How to change to Release build in MCUXpresso IDE]
Kind regards, Raul.
Thanks@ RaRo, but I failed to execute MI when I was debugging after building