Part Number: MSP432P4111
Tool/software: Code Composer Studio
Hi,
I have a working project which is based on the TI compiler.
Because of speed up tests, I want to switch to the GCC compiler.
I switched the compiler in the project properties -> General -> Compiler version
I read this from a TI-paper that this the/one way to swith to GCC, but I have a lot of errors I don't know to solve.
I also added the "Libraries" and "Library search path" from the Ti compiler properties, while I did this, I replaced some names pattern ccs -> gcc.
One of the error says that the driverlib.h don't exists. But as you can see it is an the setting I would say are correct.
Where is the problem, maybe the other errors are frome the same type.
