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.
Hi.
I have installed CCS 6.0.1 on my Ubuntu 14.04 and downloaded the Tiva™ Ware Library from here: https://github.com/yuvadm/tiva-c
My standard workspace is located at /home/nicolas/Dokumente/arm_workspace.
CSS6 is installed here: /home/nicolas/programme/css/ccsv6
The Tiva™ Ware Library (tilib) was extracted here: /home/nicolas/programme/css/tilib
I own a Tiva™ C Series Connected Launchpad EK-TM4C1294XL.
(I know that I misspelled 'css' in the directory tree. ;) )
Now I want to import this project into CCS: /home/nicolas/programme/css/tilib/boards/ek-tm4c1294xl/enet_uip
These are the steps I did:
First I imported the project.
This looks like this:
The I corrected the 'SW_ROOT' variable to the tilib directory:
Then there still existed the error that "drivers/pinout.h" could not be found.
So I changed the include path from "${SW_ROOT}/examples/boards/ek-tm4c1294xl" to ""${SW_ROOT}/boards/ek-tm4c1294xl":
But now there are new errors and I have no idea what to do next:
Please can you help me?
Thank you!
user1597705 said:I have installed CCS 6.0.1 on my Ubuntu 14.04
Under Linux, CCS sometimes fails to import linked resources from example projects, which can lead to such errors. To work-around this you can manually copy the "linkedResources" section of the .project file - see http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/385838.aspxuser1597705 said:Now I want to import this project into CCS
The project is compiling now successfully. On Wednesday I can check if it also works with flashing and running on the Launchpad. Then I will verify your answer.
Hi,
Also, give this a try: http://processors.wiki.ti.com/index.php/Tiva_C_Series_TM4C1294_LaunchPad
Regards,
Gautam