Part Number: MSPM33C321A
I am trying to build the bad apple demo with the current SDK. It is posted here:
It compiles fine but I get a linker error:
[0]error #16004-D: file "C:/ti/mspm33_sdk_1_03_00_01/source/ti/driverlib/lib/ticlang/m33/mspm33c321x/driverlib.a<dl_common.o>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
[1]error #16004-D: file "C:/ti/mspm33_sdk_1_03_00_01/source/ti/driverlib/lib/ticlang/m33/mspm33c321x/driverlib.a<dl_unicommspi.o>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
[2]error #10010: errors encountered during linking; "Demo_bad_apple_U8G2_LP_MSPM33C321A_nortos_ticlang.out" not built
* Build finished *
I have looked for applicable compiler/linker options, but I can't find anything.