((This thread has been split off from http://e2e.ti.com/support/embedded/f/355/p/87850/306834.aspx#306834))
Chris,
Fixing a bunch of paths and editing the makefile in CCSv4 project for mycompany.mygroup.servers.serverscom, I get the following error still:
js: "C:/ti-tools/xdctools_3_16_02_32/packages/xdc/cfg/Main.xs", line 40:
XDC runtime error: can't find the library 'export/BIN/DspBios/DAVINCI/DM6446GEM_0/RELEASE/dsplink.lib'
specified by package dsplink.dsp. It wasn't found along the path
'C:/ti-tools/xdctools_3_16_02_32/packages;
C:/ti-tools/codec_engine_2_26_02_11/packages;
C:/ti-tools/bios_5_41_02_14/packages;
C:/ti-tools/dsplink_linux_1_64;
C:/ti-tools/xdais_6_25_01_08/packages;
C:/ti-tools/codec_engine_2_26_02_11/cetools/packages;
P:/Doc/MTEQ/Skin/Codecs/packages;
C:/ti-tools/xdctools_3_16_02_32/packages;
C:/ti-tools/codec_engine_2_26_02_11/packages;
C:/ti-tools/codec_engine_2_26_02_11/cetools/packages;
C:/ti-tools/xdais_6_25_01_08/examples;
C:/ti-tools/codec_engine_2_26_02_11/examples;
C:/ti-tools/xdais_6_25_01_08/packages;
C:/ti-tools/xdctools_3_16_02_32/packages;
../../../..;'.
Meanwhile, I do indeed have a file at "C:\ti-tools\dsplink_linux_1_64\dsplink\dsp\export\BIN\DspBios\DAVINCIHD\DM6467GEM_0\RELEASE". This error picks up at the "export" point, and the error refers to a path ending at the "dsplink_linux_1_64" point. This leaves a gap of "\dsplink\dsp\", which SHOULD correspond to the "dsplink.dsp" package being processed. So I think I should be fine and not get the error, but i do.
My package.xdc file (at C:\ti-tools\dsplink_linux_1_64\dsplink\dsp\package.xdc) seems to do nothing, containing only comments plus package "dsplink.dsp [1,4,0] { module Global; }" (on three lines, combined to one to type here). I don't see it "specifying" anything directly at least, as the error message suggests to me.
So, please help me yet again in trying to connect the dots!
Thanks very much,
Helmut