Other Parts Discussed in Thread: SYSBIOS
I'm trying to customize a SYS/BIOS project's linker command file. Its looks like the way to do this is to set the linkTemplate property as described in spruex3p.pdf:
gmake[1]: Leaving directory 'D:/workspace_v6_0/gaia_arm/src/sysbios'
js: "C:/ti/xdctools_3_32_00_06/packages/xdc/cfg/Main.xs", line 48: XDC runtime error: can't find program 'app.xe9's linker command template file: './ARMlinker.cmd' along the path C:/ti/bios_6_41_00_26/packages;C:/ti/uia_2_00_05_50/packages;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_32_00_06/packages;..;
gmake.exe: *** [package/cfg/app_pe9.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_pe9.xdl'
gmake.exe: *** [package/cfg/app_pe9.xdl] Deleting file `package/cfg/app_pe9.h'
gmake.exe: *** [package/cfg/app_pe9.xdl] Deleting file `package/cfg/app_pe9.c'
js: "C:/ti/xdctools_3_32_00_06/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** No rule to make target 'configPkg/linker.cmd', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
What could be wrong? Is there some other better way to modify the project's linker file?
Steve