CCS 4.2.1.00004
I am getting the following build error from xdc.mak but this file is generated automatically. Project was building fine. I followed instructions in a quickstart guide to set XDCROOT in the PC environment variables to get ROV working. Started PC the next day and was unable to build. What environment variable needs to be set?
**** Build of configuration Debug for project Stellaris_Boot **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../Boot.cfg' 'Invoking: XDCtools' "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/xs" --xdcpath="C:/Program Files/Texas Instruments/bios_6_30_03_46/packages;C:/Program Files/Texas Instruments/ipc_1_21_02_23/packages;C:/Documents and Settings/bkorosi/myRepository/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p myBoard2965 -r whole_program -c "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/TMS470 Code Generation Tools 4.6.4" "../Boot.cfg" C:/Program Files/Texas Instruments/xdctools_3_20_08_88\packages\xdc\bld\xdc.mak:235: *** can't find specified XDCROOT: . Stop. js: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: *** [configPkg/compiler.opt] Error 1 gmake: Target `all' not remade because of errors. Build complete for project Stellaris_Boot