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 setup Code Composer Studio v5.2 to develop ARM-side C++ Linux programs

Hi,

I'm trying to port an existing C++-Projekt to an EVM8168 and I'm wondering, if I can do this by using CCSv5.2.

When I build a new crosscompiler-project CCSv5.2 asks me to tell it which compiler I want to use, so I selected the arm-none-linux-gueabi-folder.
I've included the include-folder which can be found in the codesoucery-folder as well.
But some simple include-files like math.h or time.h couldn't be found, so I thought i have to include the include-folder of the targetfs als well so I can get these files
form the linux running an the EVM, but the /usr/include folder was empty.

Can anyone help me setting up CCSv5.2 to do what I want him to do or can recommend a tutorial?

Or does anyone see where I made a mistake?

Best REgards,

Kristian

Edit: And can anyone tell me, where I find "dirent.h" or the equivalent for the embedded linux on the board?