Hi,
I was trying to test the platform utilities on 6678.There is a readme file and I followed the following procedure verbatim
1) In order to build the project in CCSv5, perform the following steps:
(1) Open CCSv5 IDE.
(2) Click on Project
(3) Select 'Import Existing CCS/CCE Eclipse project' option and click on Next button.
(4) Mark 'Select root directory' option and browse to the project directory on
harddisk (pdk_#_##_##_##\packages\ti\platform\evmc6678l\platform_test).
(5) Uncheck the checkbox 'Copy projects in to workspace'. If you want to preserve the original
copy,then tick the option 'Copy projects in to workspace'.
Note that you will need to configure the include path appropriately since the
default paths no longer applies.
(6) Mark on the project 'platform_test_evmc6678l' and click on Finish option.
I was able to succesfully import the project.Next I tried to build it.
(7) Click on Project->Build Project option to build the marked project in CCSv5 IDE.
See the build errors
**** Build of configuration Debug for project platform_test_evmc6678l **** C:\Program Files\Texas Instruments\ccsv5\utils\gmake\gmake -k all 'Building file: ../src/platforms_utils_test.c' 'Invoking: C6000 Compiler' "C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --include_path="C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000/include" --include_path=C:/Program Files/Texas Instruments/pdk_C6678_1_0_0_9_beta2/packages/ti/platform/evmc6678l/platform_test/../../../csl --include_path=C:/Program Files/Texas Instruments/pdk_C6678_1_0_0_9_beta2/packages/ti/platform/evmc6678l/platform_test/../.. --diag_warning=225 --abi=eabi --obj_directory="./obj" "../src/platforms_utils_test.c" [Texas.] Fatal error: could not open source file "Files/Texas" 1 fatal error detected in the compilation of "Files/Texas". Compilation terminated. >> Compilation failure gmake: *** [obj/platforms_utils_test.obj] Error 1 gmake: Target `all' not remade because of errors.
Is there a limit on path length for the compiler ?
Regards
Arvind