Hi,
My default project (created using the New project wizard for MCUXpresso IDE) fails to build successfully.
I started with creating a project for MK12DN512VLK5 device using the latest MCUXpresso IDE and followed the steps mentioned in the MCUXpresso user's guide. Downloaded the SDK from the IDE itself, used the new project wizard to create the project and then did a build.
The code compiled successfully but there were several linker errors like below, I guess I am missing something very basic, some incorrect configuration, has someone else faced a similar issue:
c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: error: c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libcr_semihost_nf.a(_cr__main.o) uses VFP register arguments, HeadBoard_cortexM4.axf does not
I have attached the complete build log