This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ccs编译的时候出现错误。

Other Parts Discussed in Thread: C2000WARE


**** Build of configuration Debug for project VI_seg3 ****

"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

Building file: "../main.c"
Invoking: C2000 Compiler
"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="G:/VI_crm_boost_seg_3" --include_path="G:/VI_dsp/lab13_ECAP_capture/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="main.d_raw" "../main.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
"G:\VI_dsp\lab13_ECAP_capture\include\F2837xS_device.h", line 96: fatal error #1965: cannot open source file "assert.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****