Hi I am copiling for the DM6424 with CCstudio3.3.
I have the following error:
"ERROR: xdc paths file xdcpaths.dat not found!"
Q1: I have the "xdcpaths.dat" file in the same directory of the project. I try to set this path everywhere but the file can not be found: someone can help me, please?
Looking at the spruex4 all seems clear and plain but in practice the things seems to be more intricate: for instance, in the BUILD OPTIONS->XDC I have and xdc path option (--xp). When I don't put anything here I see, during the building the following option, which is wrong and I have not idea about where this path is defined:
"--xp "C:/CCStudio_v3.3/bios_5_33_04/packages""
when I set the BUILD OPTIONS->XDC with the correct path for the xdcpaths.dat file I see in the configuro command TWO path options (--xp), the correct one and the wrong one as above: the wrong one is the last one so that I suppose the correct path has been ignored.
Q2: Is there some documentation available about the "DSPBiosBuilder" and "XDC path" tabs of the CodeComposer studio Build options?
Q3: I am trying to compile a project which compiled on another PC, trivial things as path changes become very problematic. Is there some way to make the paths relative, having all the paths devined in one or two places?
More in detail this is the configuro:
[citofono417_bios_x64P.cfg] "C:\Programmi\Texas Instruments\xdctools_3_15_00_50\xs.exe" xdc.tools.configuro.ccs --xdcpathsfile="xdcpaths.dat" -tti.targets.C64P -pti.platforms.evm6424 -rdebug --tcf -Dconfig.importPath="C:/CCStudio/Boards/ST417_0/Applica/citofono/;C:/Programmi/Texas Instruments/xdctools_3_15_00_50/;C:/CCStudio_v3.3/bios_5_33_04/packages;C:/CCStudio/Boards/ST417_0/pspdrivers_1_10_03/packages/;C:/CCStudio_v3.3/ndk_2_0_0/packages/ti/ndk/inc/tci/;C:/Programmi/Texas Instruments/edma3_lld_01_06_00_01/packages/;" -w -c "C:/CCStudio_v3.3/C6000/cgtools" --xp "C:/CCStudio_v3.3/bios_5_33_04/packages" -o "xdcconfig" citofono417_bios_x64P.cfg
which produces this error:
js: "C:/Programmi/Texas Instruments/xdctools_3_15_00_50/packages/xdc/tools/configuro/ccs/Main.xs", line 55:
ERROR: xdc paths file xdcpaths.dat not found!
thank you.