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.

A question about CodeSourcery include paths

Hi

I am building a project for Arm A8 running Linux.  I have installed the CodeSourcery tools by running installer 'arm-2009q1-203-arm-none-linux-gnueabi.bin'.

My project in CCSv5 has numerous include paths for these tools. For example, the paths for GNU C are:

/home/myname/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include

/home/myname/CodeSourcery/Sourcery_G++_Lite/lib/gcc/arm-none-linux-gnueabi/4.3.3/include

/home/myname/CodeSourcery/Sourcery_G++_Lite/lib/gcc/arm-none-linux-gnueabi/4.3.3/include-fixed

/home/myname/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/include

The GNU C++ include paths are even more numerous because they include C and C++ paths.

Is there any documentation on which paths are actually required and in which order they should appear?

David