Other Parts Discussed in Thread: MATHLIB
Hi,
I'm using CCS 5.3.0.00090 and have created a new project for a custom board targeting the C6655 device. I've successfully created a custom RTSC package "SaturnV_C6655" and have been able to include/use it within XGCONF editor.
On the "System, Program - Generation Options" tab I've set the following...
Linker Command File Options:
Linker command file null
Sections to exclude null
Section content null
Build Integration Options:
Generate IDE project files (checked)
Run command undefined
My understanding is that if Program.LinkTemplate was null it will my "custom" package included.
I see the following line within the project's app.cfg file so I assume that this requirement is being met.
var Platform = xdc.useModule('SaturnV_C6655.Platform');
Additionally the path does contain the directory location containing the "custom" package "SaturnV_C6655"
C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/customRepository
Upon building the project I get the following XDC error within the CDT Build Console... (highlighted in BOLD below)
Why is this happening?
===========================================
**** Build of configuration Debug for project SaturnV ****
"C:\\sw-fwdsp\\Kilimanjaro\\MAIN\\ti64+\\toolset\\TI\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/xdctools_3_24_05_48/xs" --xdcpath="C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/bios_6_34_02_18/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/edma3_lld_02_11_05_02/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/dsplib_c66x_3_1_0_0/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/imglib_c66x_3_1_1_0/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/mathlib_c66x_3_0_1_1/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/mcsdk_2_01_02_05/demos;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/pdk_C6657_1_1_2_5/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/uia_1_01_01_14/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/ipc_1_25_00_04/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/ccsv5/ccs_base;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/customRepository;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p SaturnV_C6655 -r debug -c "C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/ccsv5/tools/compiler/c6000_7.4.1" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xe66 from package/cfg/app_pe66.cfg ...
js: "C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/xdctools_3_24_05_48/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: can't find program 'app.xe66's linker command template file: 'null' along the path C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/bios_6_34_02_18/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/edma3_lld_02_11_05_02/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/dsplib_c66x_3_1_0_0/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/imglib_c66x_3_1_1_0/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/mathlib_c66x_3_0_1_1/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/mcsdk_2_01_02_05/demos;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/pdk_C6657_1_1_2_5/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/uia_1_01_01_14/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/ipc_1_25_00_04/packages;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/ccsv5/ccs_base;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/customRepository;C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/xdctools_3_24_05_48/packages;..;
gmake.exe: *** [package/cfg/app_pe66.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_pe66.xdl'
gmake.exe: *** [package/cfg/app_pe66.xdl] Deleting file `package/cfg/app_pe66.h'
gmake.exe: *** [package/cfg/app_pe66.xdl] Deleting file `package/cfg/app_pe66.c'
js: "C:/sw-fwdsp/Kilimanjaro/MAIN/ti64+/toolset/TI/xdctools_3_24_05_48/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
**** Build Finished ****