你好TI官方:
我最近在调试6678的中断案例的时候编译工程出现下面的错误,我更改了相应的工程设置也不能解决下面问题,能帮我看一下吗,谢谢。
**** Build of configuration Debug for project IPC_example_on_6678 ****
"D:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: IPC_example_on_6678.out'
'Invoking: C6000 Linker'
"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6600 -g --display_error_number --diag_warning=225 --abi=coffabi -z -m"IPC_example_on_6678.map" --warn_sections -i"D:/ti/ctoolslib_1_0_0_2/packages" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"D:/ti/pdk_C6678_1_1_2_6/packages/ti/csl" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --xml_link_info="IPC_example_on_6678_linkInfo.xml" --rom_model -o "IPC_example_on_6678.out" "./ipc_interrupt.obj" "./IPC_example_main.obj" "../6678.cmd" -l"D:\ti\ctoolslib_1_0_0_2\packages\ti\CPTLib\projects\C667x\Debug\cpt_d.c6678_elf.lib" -l"libc.a" -l"D:\ti\ctoolslib_1_0_0_2\packages\ti\DSPTraceLib\project\C66xx\Debug\dsptrace_d.c66xx_elf.lib"
<Linking>
warning #10373-D: library
"D:\ti\ctoolslib_1_0_0_2\packages\ti\CPTLib\projects\C667x\Debug\cpt_d.c6678
_elf.lib" contains ELF object files which are incompatible with the TI-COFF
output file. Ensure you are using the proper library.
warning #10373-D: library
"D:\ti\ctoolslib_1_0_0_2\packages\ti\DSPTraceLib\project\C66xx\Debug\dsptrac
e_d.c66xx_elf.lib" contains ELF object files which are incompatible with the
TI-COFF output file. Ensure you are using the proper library.
warning #10373-D: library
"D:\ti\ctoolslib_1_0_0_2\packages\ti\CPTLib\projects\C667x\Debug\cpt_d.c6678
_elf.lib" contains ELF object files which are incompatible with the TI-COFF
output file. Ensure you are using the proper library.
>> Compilation failure
warning #10373-D: library
"D:\ti\ctoolslib_1_0_0_2\packages\ti\DSPTraceLib\project\C66xx\Debug\dsptrac
e_d.c66xx_elf.lib" contains ELF object files which are incompatible with the
TI-COFF output file. Ensure you are using the proper library.
undefined first referenced
symbol in file
--------- ----------------
_CSL_chipReadReg ./ipc_interrupt.obj
_CSL_intcGlobalEnable ./ipc_interrupt.obj
_CSL_intcGlobalNmiEnable ./ipc_interrupt.obj
_CSL_intcHwControl ./ipc_interrupt.obj
_CSL_intcInit ./ipc_interrupt.obj
_CSL_intcOpen ./ipc_interrupt.obj
_CSL_intcPlugEventHandler ./ipc_interrupt.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "IPC_example_on_6678.out" not
built
gmake: *** [IPC_example_on_6678.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
下面是我的工程设置:


谢谢!






