Hi,
I installed CCSv5.2.1.00018 on two computers. PC1: Win7 - 32 bit, PC2: WinXP - 64 bit. To test CCS, I created a BIOS - Hello World example. Compilation was successful on PC2. However, compilation failed on PC1. At the beggining, .tcf fail didn't compiled correctly.
According to attached logs, I think that CCS doesn't call tconf correctly. It calls tconf in batch mode but doesn't supply .tcf file as a parameter.
tconf call by CCS on PC1:
"D:/ti/xdctools_3_23_03_53/tconf" -b -Dconfig.importPath="D:/ti/bios_5_41_13_42/packages;"
tconf call by CCS on PC2:
"D:/ti/xdctools_3_23_03_53/tconf" -b -Dconfig.importPath="D:/ti/bios_5_41_13_42/packages;" "../hello.tcf"
Apparently, CCS on PC1 forgets to say which .tcf file will be compiled. When I run complete command called by CCS - PC2, on PC1 using Windows Command Shell, I don't get any error.
Thank you.
Best Regards
Alper
PS: I didn't change any settings of CCS after fresh install on both computers. After that problem, I tried to uninstall/install CCS on PC1 but it didn't work.
**** Build of configuration Debug for project hello_world_bios ****
D:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../hello.tcf'
'Invoking: TConf'
"D:/ti/xdctools_3_23_03_53/tconf" -b -Dconfig.importPath="D:/ti/bios_5_41_13_42/packages;"
D:\ti\xdctools_3_23_03_53\D:/ti/xdctools_3_23_03_53/tconf: batch mode specified but no script file was supplied.
usage: tconf [-b] [-g[=<opts>]] [-p <dir>] [-D<name>=<value>] [-js <js options ...>] [script [args ...]]
Options:
-D<name>=<val> define the symbol <name> with the string value <val>
-g[=<opts>] use graphical debugger to run script, and
optionally pass <opts> to debugger
-h display this message
-js pass all subsequent options to Configuration Shell
-p <dir> add <dir> to tconf search path
Configuration Shell Options:
-f <file> execute <file> prior to executing script
-w enable warning messages
Graphical Debugger Options:
-i break at the first line of the startup script
gmake: *** [hellocfg.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
**** Build of configuration Debug for project hello_world_BIOS **** D:\ti\ccsv5\utils\bin\gmake -k all 'Building file: ../hello.tcf' 'Invoking: TConf' "D:/ti/xdctools_3_23_03_53/tconf" -b -Dconfig.importPath="D:/ti/bios_5_41_13_42/packages;" "../hello.tcf" 'Finished building: ../hello.tcf' ' ' 'Building file: ../hello.c'
