Thread 中讨论的其他器件:SYSBIOS
您好!
我尝试使用以下设置来构建 CCS SYS/BIOS 最小示例:
- CCS: 7.2.0.00013
- 编译器:TI v6.4.11
- SYS/BIOS:6.45.1.29
- XDCtool:3.32.2.25_CORE
我收到以下构建错误:
**** Build of configuration Debug for project Test ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 12 all -O
gmake[1]: Entering directory 'C:/workspace/ccs7/Test/Debug'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/bios_6_45_01_29/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28335 -r release -c "C:/ti/c2000_6.4.11" --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 ...
Starting build of library sources ...
making C:/workspace/ccs7/Test/src/sysbios/sysbios.a28FP ...
Build of libraries failed.
subdir_rules.mk:12: recipe for target 'build-1704950689-inproc' failed
C:/Users/xxx/AppData/Local/TempNew/make3696-1.sh: 1: Syntax error: "(" unexpected
gmake: *** [C:/workspace/ccs7/Test/src/sysbios/sysbios.a28FP] Error 2
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/app_p28FP.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_p28FP.xdl'
gmake.exe: *** [package/cfg/app_p28FP.xdl] Deleting file `package/cfg/app_p28FP.h'
gmake.exe: *** [package/cfg/app_p28FP.xdl] Deleting file `package/cfg/app_p28FP.c'
js: "C:/ti/xdctools_3_32_02_25_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-1704950689-inproc] Error 1
gmake[1]: Leaving directory 'C:/workspace/ccs7/Test/Debug'
gmake: *** No rule to make target 'build-1704950689', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
在过去、我能够构建这样的项目。 但两者之间发生了一些变化...
提前感谢您的支持!
此致、
马蒂亚斯