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.

How to successfully import a project from Tiva™ Ware Library?

Other Parts Discussed in Thread: EK-TM4C1294XL

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!