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!