各位大虾,你们好,我现在在调试6678,在编译过程中发现一个问题。解决不了。我也尝试了网上所有的解决方法。我直接在官网下载的IPC_example_on_6678,我编译的时候,出现如下错误:
D:\CCS5.0\ccsv5\utils\gmake\gmake -k all
'Building file: ../IPC_example_main.c'
'Invoking: C6000 Compiler'
"D:/CCS5.0/ccsv5/tools/compiler/c6000/bin/cl6x" -g --include_path="D:/CCS5.0/ccsv5/tools/compiler/c6000/include" --include_path="PDK_INSTALL_PATH\packages" --include_path="PDK_INSTALL_PATH\packages\ti\csl" --include_path="D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl\src\intc" --include_path="D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl" --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="IPC_example_main.pp" "../IPC_example_main.c"
"D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl\csl_cpintcAux.h", line 45: fatal error: could not open source file "ti/csl/csl_cpIntc.h"
>> Compilation failure
1 fatal error detected in the compilation of "../IPC_example_main.c".
Compilation terminated.
gmake: *** [IPC_example_main.obj] Error 1
'Building file: ../ipc_interrupt.c'
'Invoking: C6000 Compiler'
"D:/CCS5.0/ccsv5/tools/compiler/c6000/bin/cl6x" -g --include_path="D:/CCS5.0/ccsv5/tools/compiler/c6000/include" --include_path="PDK_INSTALL_PATH\packages" --include_path="PDK_INSTALL_PATH\packages\ti\csl" --include_path="D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl\src\intc" --include_path="D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl" --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="ipc_interrupt.pp" "../ipc_interrupt.c"
"D:\Program Files\Texas Instruments\pdk_C6670_1_0_0_9_beta2\packages\ti\csl\csl.h", line 47: fatal error: could not open source file "ti/csl/csl_types.h"
1 fatal error detected in the compilation of "../ipc_interrupt.c".
Compilation terminated.
>> Compilation failure
gmake: *** [ipc_interrupt.obj] Error 1
gmake: Target `all' not remade because of errors.
我的文件里面对头文件的引用出现了include “\ti\csl\csl.h”。谢谢指导。
