I have Code Composer Studio newly installed on Ubuntu 14.04 and 15.10. Both show the same problems. They are manifold:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have Code Composer Studio newly installed on Ubuntu 14.04 and 15.10. Both show the same problems. They are manifold:
Rob,
I am very sorry about the delayed reply here. This thread seems to have fallen through the cracks and got missed.
Are you still experiencing these issues with CCS on Ubuntu?
For issues 1. and 2. with Resource Explorer and App Center, this has come up a couple of times before and has been related to missing dependent libraries. Could you please take a look at these two threads and see if the suggestions there help:
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/349185/1782752
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/367275/1435371#1435371
Rob Frohne said:3. When I make a new MSP432 driverlib project with the driverlib source included, I can browse to the directory, and see the files there, and the Build Settings show them included. I can even use the eclipse IDE to go to Definition and it finds them, but the compiler won't (neither GCC or TI). For example it is looking for adc14.h and it is right there! Same for wdt_a.h. Here is the error I get:
../driverlib/MSP432P4xx/wdt_a.c:41:19: fatal error: wdt_a.h: No such file or directory
Can you post the full output of the CCS build console? That will show us what options are being passed to the compiler and what could be missing.
Hi AartiG,
I was able to resolve the problems by importing the projects using the File->Import... menu, and browsing to the MSPWare_3_20_00_37 and finding the examples folder and importing them that way. After importing them, I had to go the project Build Settings, and correct the Includes to have on the top of the list driverlib/inc/ and driverlib/driverlib/MSP432P4xx/ directories. Then things build okay. It took me a while to figure this out, but this work around has sufficed for me for the present.
Thanks,
Rob