After reinstalling CCSV4.2.4 and associated packages on a new hard drive I am no longer able to build a SYS/BIOS project that both I and my team members have been building just fine for quite some time. I get an error diagnostic from xdc.mak that it can't find the xdctools directory. However, that directory most definitely exists (in fact, xdc.mak itself is being invoked from down in that directory). Here's the diagnostic output:
**** Build of configuration Default for project bios **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building target: configPkg/linker.cmd' 'Invoking: XDCtools' "C:/Program Files/Texas Instruments/xdctools_3_22_02_27/xs" --xdcpath="C:/Program Files/Texas Instruments/bios_6_32_03_43/packages;C:/Program Files/Texas Instruments/pspdrivers_02_10_01/packages;C:/Documents and Settings/dale.wade/myrepository/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p GalileoCCS4 -r release -c "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/C6000 Code Generation Tools 7.0.5" "../galileo.cfg" C:/Program Files/Texas Instruments/xdctools_3_22_02_27\packages\xdc\bld\xdc.mak:235: *** can't find specified XDCROOT: C:/PROGRA~1/Texas Instruments/xdctools_3_22_02_27. Stop. js: "C:/Program Files/Texas Instruments/xdctools_3_22_02_27/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 complete for project bios I've tried uninstalling and reinstalling the development environment and tools with the same results. Any suggestions would be appreciated. Thanks, Dale