Hi,
I have been trying to get the OMAP L138/C6748 Working without much luck using my single computer licensed copy of CCS Version: 5.5.0.00077 .
I have tried three different platforms, Linux, OMAPL138_StarterWare_1_10_04_01 and pdk_OMAPL138_1_01_00_02.
The first problem I had was on importing the projects.
The include paths, path variables were screwed up even though the system had been installed in the default
"c:\ti" directory.
See below:
You will note that the first include is grayed out. This could only be fixed by manually editing the project file.
You will also note that the source files are lost and have to be manually linked in. This has to be done for every project.
I didn't find this very satisfactory.
I settled on trying the examples in the "pdk_OMAPL138_1_01_00_02". but whenever I build a project the following error occurs:
*************************************************************************************************************************
CONSOLE OUTPUT
**** Build of configuration Debug for project cache_exampleProject ****
"C:\\TiCCSV5_2\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../cache_example.c'
'Invoking: C6000 Compiler'
"C:/TiCCSV5_2/ccsv5/tools/compiler/c6000_7.4.6/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/TiCCSV5_2/ccsv5/tools/compiler/c6000_7.4.6/include" --include_path="c:/ti/pdk_OMAPL138_1_01_00_02/packages" --define=omapl138 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="cache_example.pp" --cmd_file="./configPkg/compiler.opt" "../cache_example.c"
'Finished building: ../cache_example.c'
' '
'Building file: ../cacheExample.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_25_00_48/xs" --xdcpath="C:/ti/edma3_lld_02_11_10_09/packages;C:/ti/ipc_3_00_04_29/packages;C:/ti/bios_6_35_04_50/packages;C:/ti/xdctools_3_25_02_70/packages/ti/targets/rts6000;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evmOMAPL138 -r debug -c "C:/TiCCSV5_2/ccsv5/tools/compiler/c6000_7.4.6" "../cacheExample.cfg"
making package.mak (because of package.bld) ...
configuring cacheExample.x674 from package/cfg/cacheExample_p674.cfg ...
js: "C:/ti/xdctools_3_25_00_48/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: can't find the library 'lib/ti.targets.rts6000.a674' specified by package ti.targets.rts6000. It wasn't found along the path 'C:/ti/edma3_lld_02_11_10_09/packages;C:/ti/ipc_3_00_04_29/packages;C:/ti/bios_6_35_04_50/packages;C:/ti/xdctools_3_25_02_70/packages/ti/targets/rts6000;C:/ti/xdctools_3_25_00_48/packages;..;'.
gmake.exe: *** [package/cfg/cacheExample_p674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/cacheExample_p674.xdl'
gmake.exe: *** [package/cfg/cacheExample_p674.xdl] Deleting file `package/cfg/cacheExample_p674.h'
gmake.exe: *** [package/cfg/cacheExample_p674.xdl] Deleting file `package/cfg/cacheExample_p674.c'
js: "C:/ti/xdctools_3_25_00_48/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
**********************************************************************************************************************
The XDCTools builder complains it can't find "lib/ti.targets.rts6000.a674".
I know that this file exists and it is on the paths specified viz:
I have played around with the path specs for XDC, but can't get past this error.
1. What am I doing wrong and what do I need to do the get past this error?
2. Why do all of the imported examples have their paths screwed up and is there anyway I can get them to import correctly?
Regards
Rob