Hello,
I'm working on the TMS320C6678 with CCS 5.0.3.00023.
I'm trying to compile an example project (Minimal BIOS project) but I keep having this error :
**** Build of configuration Debug for project MINIMAL_BIOS ****
C:\ti\ccsv5\utils\gmake\gmake -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_23_04_60/xs" --xdcpath="C:/ti/bios_6_33_06_50/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6678 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.3.1" "../app.cfg"
C:/Users/David/AppData/Local/Temp/make3544-1.sh: Can't open C:/Users/David/AppData/Local/Temp/make3544-1.sh: No such file or directory
C:/ti/xdctools_3_23_04_60/packages/xdc/bld/xdc_rules.mak:313: *** Error: Specified build configuration file '' is not found. Stop.
js: "C:/ti/xdctools_3_23_04_60/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
Yet, there is a configuration file in the project : "app.cfg".
In Build Settings >Settings>XCDTools>Advanced Options, I see there is a "Build configuration file" field. I'm not sure about what I should put in there. I've tried to put the app.cfg file but it doesn't work.
Any suggestions ?
Thanks,
David.