Problem: want to compile the C project at path : syslib_2_00_01_00\packages\ti\runtime\msgcom\test . This path is available in MC-SDK-2.00.00.06 installation package.
1. I am not able to import the project because it is C project(not CCS project) and there is no option to import C project in CCS5.1.1.00031
2. Alternatively, I have made new C Project and copied the source files from above folder and tried to build it using cross-compiler: Compiler_Sourcery_G++_Lite_2009 in CCS. All the build settings have done properly. Build settings are reffered from following ti wiki page: http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5
but compilation fails due to following error:
arm-none-linux-gnueabi-gcc: no input files
cs-make: *** [main_core0.o] Error 1
please let me know how to import this project in CCS5.1.1.00031 or in case the project cannot be imported then what is the procedure to build the project.