Other Parts Discussed in Thread: ENERGIA
I attempted to move working "energia" project that complied under CCS with GNC compiler to TI compiler.
I moved all "energia" libs and files .c , .h, .cpp files to local project folder and I have most of them compile successfully but not all.
Main problem I see with Print.h file where I see #20 identifier "class" undefined error . This error propagates to Stream.h , Wire.h and others that are derived from Print class.
SPI.h file also has confusing error on class SPISettings and , class SPIClass #66 expected a ";"
Other classes in this project compiled correctly and so far I don't know what causing those errors.
Andrew