TI中文支持网
TI专业的中文技术问题搜集分享网站

为什么编译CCSv5.5中Example projects的SYS/BIOS的TMS320C6748的Task Mutex Example 编译出错

之前安装之后build那个SYS/BIOS的Task的例子可以通过,后来设置了ndk,就编译不过了,把ccs卸载后重新安装,只build那个SYS/BIOS的Task的例子就一直报错:

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all'Building file: ../mutex.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_25_03_72/xs" –xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evm6748 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" –compileOptions "-g –optimize_with_debug" "../mutex.cfg"
making package.mak (because of package.bld) …
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) …
configuring mutex.x674 from package/cfg/mutex_p674.cfg …
generating custom ti.sysbios library makefile …Starting build of library sources …
0 [main] sh 5716 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
1454 [main] sh 5716 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
gmake[1]: *** [E:/dsp_project/task_TMS320C6748/src/sysbios.a674] Error 101120
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/SourceDir.xs", line 179: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/Main.xs", line 153: Error: Configuration failed!
gmake.exe: *** [package/cfg/mutex_p674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/mutex_p674.xdl'
gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.h'
gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.c'
js: "C:/ti/xdctools_3_25_03_72/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.

**** Build Finished ****

请问为什么啊???

Tony Tang:

CCS的版本是多少,上面的BIOS和XDC组合需要CCSv5.4以上。

Zhihao Zhang:

回复 Tony Tang:

CCS版本是5.5,xdc是xdctools_3_25_03_72,bios是6_35_04_50,之前编译可以通过,就是后来配置了一次ndk,之后就编译不过了,而且卸载重装之后也不行

Tony Tang:

回复 Zhihao Zhang:

你选的是哪个example?我没看到有mutex,我随便选个Typical是可以编译通过,信息如下:

**** Build of configuration Debug for project mutex ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all 'Building file: ../app.cfg''Invoking: XDCtools'"C:/ti/xdctools_3_25_03_72/xs" –xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evm6748 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" –compileOptions "-g –optimize_with_debug" "../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.x674 from package/cfg/app_p674.cfg …generating custom ti.sysbios library makefile … Starting build of library sources …making C:/Users/a0283043/workspace_v5_5/mutex/src/sysbios.a674 …cl674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/BIOS.c …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Hwi_asm.s62 …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Clobber_asm.s62 …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Exception_asm.s64P …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/MemoryProtect_asm.s64P …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c62/TaskSupport_asm.s62 …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/timers/timer64/Timer_asm.s64P …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/timers/gptimer/Timer_asm.s64P …asm674 C:/ti/bios_6_35_04_50/packages/ti/sysbios/timers/dmtimer/Timer_asm.s64P …ar674 BIOS.obj c64p_Hwi_disp_always.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Clobber_asm.obj c64p_Exception_asm.obj c64p_MemoryProtect_asm.obj c62_TaskSupport_asm.obj timer64_Timer_asm.obj gptimer_Timer_asm.obj dmtimer_Timer_asm.obj …Build of libraries done.cl674 package/cfg/app_p674.c …'Finished building: ../app.cfg'' '

Zhihao Zhang:

回复 Tony Tang:

是SYS/BIOS——C6000——C674x Floating-point DSP——TMS320C6748——Generic Examples——Task Mutex Example

Zhihao Zhang:

回复 Tony Tang:

我之前也是可以编译通过的,就是手动配置了ndk之后,再编译就编译不过了

Tony Tang:

回复 Zhihao Zhang:

重装CCS时,把BIOS, XDC也卸掉,把目录删除重装。

Zhihao Zhang:

回复 Tony Tang:

确实是都卸载了,注册表什么的都删了,重装之后还是不行。。。。

Tony Tang:

回复 Zhihao Zhang:

把目前编译时console时的详细信息都提供出来看一下。我开始也编译不过,根据信息改了一些才通过的。

Zhihao Zhang:

回复 Tony Tang:

**** Build of configuration Debug for project task_TMS320C6748 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all making ../src/sysbios.a674 … 0 [main] sh 5868 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1891 [main] sh 5868 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [BIOS.obj] Error 101120 (ignored) 0 [main] sh 5648 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1844 [main] sh 5648 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [BIOS.obj] Error 101120 0 [main] sh 6048 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1222 [main] sh 6048 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_disp_always.obj] Error 101120 (ignored) 0 [main] sh 2124 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1880 [main] sh 2124 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_disp_always.obj] Error 101120 0 [main] sh 5408 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1294 [main] sh 5408 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_asm.obj] Error 101120 (ignored) 0 [main] sh 4436 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1852 [main] sh 4436 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_asm.obj] Error 101120 0 [main] sh 3992 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1831 [main] sh 3992 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_asm_switch.obj] Error 101120 (ignored) 0 [main] sh 2212 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1825 [main] sh 2212 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_asm_switch.obj] Error 101120 0 [main] sh 4076 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1836 [main] sh 4076 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Clobber_asm.obj] Error 101120 (ignored) 0 [main] sh 3416 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 2154 [main] sh 3416 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Clobber_asm.obj] Error 101120 0 [main] sh 2476 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1339 [main] sh 2476 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Exception_asm.obj] Error 101120 (ignored) 0 [main] sh 4740 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1558 [main] sh 4740 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Exception_asm.obj] Error 101120 0 [main] sh 3000 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1257 [main] sh 3000 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_MemoryProtect_asm.obj] Error 101120 (ignored) 0 [main] sh 4248 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1384 [main] sh 4248 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_MemoryProtect_asm.obj] Error 101120 0 [main] sh 4420 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1270 [main] sh 4420 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c62_TaskSupport_asm.obj] Error 101120 (ignored) 0 [main] sh 5888 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1567 [main] sh 5888 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c62_TaskSupport_asm.obj] Error 101120 0 [main] sh 4296 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1362 [main] sh 4296 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [timer64_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 5896 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1304 [main] sh 5896 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [timer64_Timer_asm.obj] Error 101120 0 [main] sh 5228 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1854 [main] sh 5228 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [gptimer_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1359 [main] sh 2820 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [gptimer_Timer_asm.obj] Error 101120 0 [main] sh 4520 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1263 [main] sh 4520 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [dmtimer_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 4776 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1738 [main] sh 4776 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [dmtimer_Timer_asm.obj] Error 101120gmake[1]: Target `all' not remade because of errors.gmake: *** [../src/sysbios.a674] Error 2'Building file: ../mutex.c''Invoking: C6000 Compiler'"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 –abi=coffabi -g –include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" –define=c6748 –display_error_number –diag_warning=225 –diag_wrap=off –preproc_with_compile –preproc_dependency="mutex.pp" –cmd_file="./configPkg/compiler.opt" "../mutex.c""C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/global.h", line 39: fatal error #5: could not open source file "C:/Documents and Settings/Administrator/workspace_v5_5/task_TMS320C6748/Debug/configPkg/package/cfg/mutex_p674.h"

>> Compilation failure1 fatal error detected in the compilation of "../mutex.c".Compilation terminated.gmake: *** [mutex.obj] Error 1'Building file: ../mutex.cfg''Invoking: XDCtools'"C:/ti/xdctools_3_25_03_72/xs" –xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evm6748 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" –compileOptions "-g –optimize_with_debug" "../mutex.cfg"configuring mutex.x674 from package/cfg/mutex_p674.cfg …generating custom ti.sysbios library makefile … Starting build of library sources … 0 [main] sh 5780 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1658 [main] sh 5780 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [C:/DOCUME~1/Administrator/workspace_v5_5/task_TMS320C6748/src/sysbios.a674] Error 101120Build of libraries failed.error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/SourceDir.xs", line 179: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/Main.xs", line 153: Error: Configuration failed!xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Error 1xdctools_3_25_03_72\gmake.exe: *** Deleting file `package/cfg/mutex_p674.xdl'xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.h'xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.c'js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.gmake: *** [configPkg/linker.cmd] Error 1gmake: Target `all' not remade because of errors.

**** Build Finished ****

Zhihao Zhang:

回复 Tony Tang:

**** Build of configuration Debug for project task_TMS320C6748 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all making ../src/sysbios.a674 … 0 [main] sh 5868 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1891 [main] sh 5868 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [BIOS.obj] Error 101120 (ignored) 0 [main] sh 5648 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1844 [main] sh 5648 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [BIOS.obj] Error 101120 0 [main] sh 6048 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1222 [main] sh 6048 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_disp_always.obj] Error 101120 (ignored) 0 [main] sh 2124 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1880 [main] sh 2124 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_disp_always.obj] Error 101120 0 [main] sh 5408 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1294 [main] sh 5408 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_asm.obj] Error 101120 (ignored) 0 [main] sh 4436 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1852 [main] sh 4436 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_asm.obj] Error 101120 0 [main] sh 3992 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1831 [main] sh 3992 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Hwi_asm_switch.obj] Error 101120 (ignored) 0 [main] sh 2212 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1825 [main] sh 2212 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Hwi_asm_switch.obj] Error 101120 0 [main] sh 4076 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1836 [main] sh 4076 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Clobber_asm.obj] Error 101120 (ignored) 0 [main] sh 3416 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 2154 [main] sh 3416 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Clobber_asm.obj] Error 101120 0 [main] sh 2476 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1339 [main] sh 2476 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_Exception_asm.obj] Error 101120 (ignored) 0 [main] sh 4740 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1558 [main] sh 4740 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_Exception_asm.obj] Error 101120 0 [main] sh 3000 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1257 [main] sh 3000 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c64p_MemoryProtect_asm.obj] Error 101120 (ignored) 0 [main] sh 4248 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1384 [main] sh 4248 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c64p_MemoryProtect_asm.obj] Error 101120 0 [main] sh 4420 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1270 [main] sh 4420 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [c62_TaskSupport_asm.obj] Error 101120 (ignored) 0 [main] sh 5888 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1567 [main] sh 5888 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [c62_TaskSupport_asm.obj] Error 101120 0 [main] sh 4296 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1362 [main] sh 4296 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [timer64_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 5896 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1304 [main] sh 5896 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [timer64_Timer_asm.obj] Error 101120 0 [main] sh 5228 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1854 [main] sh 5228 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [gptimer_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 2820 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1359 [main] sh 2820 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [gptimer_Timer_asm.obj] Error 101120 0 [main] sh 4520 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1263 [main] sh 4520 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: [dmtimer_Timer_asm.obj] Error 101120 (ignored) 0 [main] sh 4776 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1738 [main] sh 4776 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [dmtimer_Timer_asm.obj] Error 101120gmake[1]: Target `all' not remade because of errors.gmake: *** [../src/sysbios.a674] Error 2'Building file: ../mutex.c''Invoking: C6000 Compiler'"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 –abi=coffabi -g –include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" –define=c6748 –display_error_number –diag_warning=225 –diag_wrap=off –preproc_with_compile –preproc_dependency="mutex.pp" –cmd_file="./configPkg/compiler.opt" "../mutex.c""C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/global.h", line 39: fatal error #5: could not open source file "C:/Documents and Settings/Administrator/workspace_v5_5/task_TMS320C6748/Debug/configPkg/package/cfg/mutex_p674.h"

>> Compilation failure1 fatal error detected in the compilation of "../mutex.c".Compilation terminated.gmake: *** [mutex.obj] Error 1'Building file: ../mutex.cfg''Invoking: XDCtools'"C:/ti/xdctools_3_25_03_72/xs" –xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.platforms.evm6748 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" –compileOptions "-g –optimize_with_debug" "../mutex.cfg"configuring mutex.x674 from package/cfg/mutex_p674.cfg …generating custom ti.sysbios library makefile … Starting build of library sources … 0 [main] sh 5780 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1658 [main] sh 5780 open_stackdumpfile: Dumping stack trace to sh.exe.stackdumpgmake[1]: *** [C:/DOCUME~1/Administrator/workspace_v5_5/task_TMS320C6748/src/sysbios.a674] Error 101120Build of libraries failed.error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/SourceDir.xs", line 179: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_25_03_72/packages/xdc/cfg/Main.xs", line 153: Error: Configuration failed!xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Error 1xdctools_3_25_03_72\gmake.exe: *** Deleting file `package/cfg/mutex_p674.xdl'xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.h'xdctools_3_25_03_72\gmake.exe: *** [package/cfg/mutex_p674.xdl] Deleting file `package/cfg/mutex_p674.c'js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.gmake: *** [configPkg/linker.cmd] Error 1gmake: Target `all' not remade because of errors.

**** Build Finished ****

赞(0)
未经允许不得转载:TI中文支持网 » 为什么编译CCSv5.5中Example projects的SYS/BIOS的TMS320C6748的Task Mutex Example 编译出错
分享到: 更多 (0)