之前安装之后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 ****
请问为什么啊???

