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 create GCC projects in CCSv5

I am using the document http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5 as a reference but am having trouble understanding how to set this up. I have an existing code base with makefiles that compile libraries and command line based test utilities for DVB devices. Everything compiles and runs natively under Ubuntu (x86). I need to cross compile all this code to run on ARM, specifically the AM1808EVM board. The CCSv5 I have running (Code Composer Studio Version: N201012231000) has different screens than the one referenced in the document. I have also installed the CodeSourcery GCC Toolchain, that is apparently recommended for TI SDK's (which is what I am using).

 

I would like to simply use the existing makefiles to do this if possible but I am not sure how to go about setting all this up. Any help would be greatly appreciated.