Other Parts Discussed in Thread: SYSBIOS, TMS320F28069
Tool/software: Code Composer Studio
Hi,
I meet a problem when I creat a sysbios project in TMS320F28069 .The CCS version is 9.3.0,and the sysbios version is 6_82_01_19.Creating project process and error are shown below:
**** Build of configuration Debug for project TEST9 ****
"D:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../app.cfg"
Invoking: XDCtools
"D:/ti/ccs930/xdctools_3_60_02_34_core/xs" --xdcpath="D:/ti/bios_6_82_01_19/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28069 -r release -c "D:/ti/ccs930/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS" --compileOptions "-g" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.x28FP from package/cfg/app_p28FP.cfg ...
generating custom ti.sysbios library makefile ...
subdir_rules.mk:12: recipe for target 'build-109774385-inproc' failed
js: "D:/ti/bios_6_82_01_19/packages/ti/sysbios/Build.xs", line 665: Error: template generation of 'C:\Users\cookoo\workspace_v9\TEST9/src/sysbios/makefile' failed: TypeError: Cannot call method "match" of null
"D:/ti/bios_6_82_01_19/packages/ti/sysbios/makefile.xdt#143(eval)", line 1
"D:/ti/bios_6_82_01_19/packages/ti/sysbios/makefile.xdt", line 143
"D:/ti/bios_6_82_01_19/packages/ti/sysbios/makefile.xdt", line 171
"D:/ti/bios_6_82_01_19/packages/ti/sysbios/Build.xdt", line 71
"D:/ti/bios_6_82_01_19/packages/ti/sysbios/Build.xdt", line 74
gmake.exe: *** [package.mak:198: package/cfg/app_p28FP.xdl] Error 1
js: "D:/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-109774385-inproc] Error 1
gmake: *** No rule to make target 'build-109774385', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-109774385', needed by 'configPkg/linker.cmd'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Can you help me solve it?
Best Regards!
HJ


