Hi,
I recently installed the latest version of code composer studio (10.4). Since then the "Build Project" is broken.
I tried with a new blank project and with a project that was previously working with version 10.2.
It only compiles if I Clean the project before.
gmake: *** No rule to make target '../main.c C:/ti/ccs1040/ccs/ccs_base/arm/include/msp.h', needed by 'main.o'. gmake: Target 'all' not remade because of errors.
gmake: *** No rule to make target '../main.c ../version.h ../buffer.h ../wifi.h', needed by 'main.o'. gmake: *** No rule to make target '../mqtt.h ../memory.h ../config.h', needed by 'main.o'. gmake: *** No rule to make target '../MSP432_hardware.h C:/ti/ccs1040/ccs/ccs_base/arm/include/msp.h', needed by 'main.o'. gmake: Target 'all' not remade because of errors.
Another problem with the new version, I can not compile MSP432P4011 projects with Compiler GNU v9.2.1 (Linaro).
For a new empty project with main.c:
error: ./main.o uses VFP register arguments, Test.out does not Test C/C++ Problem error: ./startup_msp432p4011_gcc.o uses VFP register arguments, Test.out does not Test C/C++ Problem error: ./system_msp432p4011.o uses VFP register arguments, Test.out does not Test C/C++ Problem
What's the solution?
Thank you.