Community
Participate
Working Groups
Build Identifier: xdctools_3_20_00_34_eng xdc cannot handle a path to a custom config.bld file passed via the option XDCBUILDCFG. if the user has a custom config.bld file called "C:\Program Files\Texas Instruments\myConfig.bld" and calls xdc as follows: ------ C:\Program Files\Texas Instruments\bios_6_30_00_21_eng\packages>xdc XDCBUILDCFG=./biosConfig.bld -PR . 2>&1 | tee make.log making all: Mon May 17 17:46:22 PDT 2010 ... ======== .interfaces [./ti/bios] ======== C:/PROGRA~1/TEXASI~1/xdctools_3_20_00_34_eng/packages/xdc/bld/xdc_rules.mak:307: *** Error: 'C:/Program' is not a valid build configuration file. Stop. xdctools_3_20_00_34_eng\gmake.exe: *** [ti/bios,.interfaces] Error 2 C:\Program Files\Texas Instruments\bios_6_30_00_21_eng\packages> ------- Reproducible: Always