Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
Hi,
I'm trying to move to CCS v9 from 8.3. I have a project that uses Energia, and some libraries first written for Arduinos, as well as some driverlib type files. They work fine with CCS 8.3. I did the same procedure to get a project that will build that worked with 8.3, but it doesn't seem to work now. The procedure is to Import the Energia sketch (.ino) to make an Energia project. I have to add the v21 libraries as the v18 ones don't work in for me in CCS 8.3, and I do that in the preferences-CCS-Products, and select v21 on the Products tab of the General build settings. Then I add all the .cpp and .h files. I use links rather than copying. When I build these new files I just tried to add are not found, and I get messages like
fatal error: si5351.h: No such file or directory vna_2018.ino /vna_2018 line 3 C/C++ Problem
What do I need to do to actually add these files to my project?
Thanks,
Rob