完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
电子发烧友论坛|
我有一个C6412的工程,编译出错,提示如下:
Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="config1cfg_csl.pp" "../config1cfg_csl.c" "..config1cfg_csl.h", line 10: fatal error #5: could not open source file "csl.h" 1 fatal error detected in the compilation of "../config1cfg_csl.c". Compilation terminated. gmake: *** [config1cfg_csl.obj] Error 1 >> Compilation failure 'Building file: ../main.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp" "../main.c" 'Finished building: ../main.c' ' ' 'Building file: ../Sobel/config1cfg.s62' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/config1cfg.pp" --obj_directory="Sobel" "../Sobel/config1cfg.s62" 'Finished building: ../Sobel/config1cfg.s62' ' ' 'Building file: ../Sobel/config1cfg_c.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/config1cfg_c.pp" --obj_directory="Sobel" "../Sobel/config1cfg_c.c" 'Finished building: ../Sobel/config1cfg_c.c' ' ' 'Building file: ../Sobel/config1cfg_csl.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/config1cfg_csl.pp" --obj_directory="Sobel" "../Sobel/config1cfg_csl.c" "..Sobelconfig1cfg_csl.h", line 10: fatal error #5: could not open source file "csl.h" 1 fatal error detected in the compilation of "../Sobel/config1cfg_csl.c". Compilation terminated. >> Compilation failure gmake: *** [Sobel/config1cfg_csl.obj] Error 1 'Building file: ../Sobel/main.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/main.pp" --obj_directory="Sobel" "../Sobel/main.c" "..Sobelc6412.h", line 8: fatal error #5: could not open source file "csl_stdinc.h" 1 fatal error detected in the compilation of "../Sobel/main.c". Compilation terminated. >> Compilation failure gmake: *** [Sobel/main.obj] Error 1 'Building file: ../Sobel/video.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/video.pp" --obj_directory="Sobel" "../Sobel/video.c" "..Sobelc6412.h", line 8: fatal error #5: could not open source file "csl_stdinc.h" 1 fatal error detected in the compilation of "../Sobel/video.c". Compilation terminated. >> Compilation failure gmake: *** [Sobel/video.obj] Error 1 'Building file: ../Sobel/Sobel/config1cfg.s62' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/Sobel/config1cfg.pp" --obj_directory="Sobel/Sobel" "../Sobel/Sobel/config1cfg.s62" 'Finished building: ../Sobel/Sobel/config1cfg.s62' ' ' 'Building file: ../Sobel/Sobel/config1cfg_c.c' 'Invoking: C6000 Compiler' "C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6400 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --include_path="C:/Program Files/C6xCSL/include" --include_path="E:/dsp/6412/test/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6412 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Sobel/Sobel/config1cfg_c.pp" --obj_directory="Sobel/Sobel" "../Sobel/Sobel/config1cfg_c.c" 'Finished building: ../Sobel/Sobel/config1cfg_c.c' ' ' gmake: Target `all' not remade because of errors. **** Build Finished **** 发个截图: 请高手指教,谢谢! |
|
相关推荐
3 个讨论
|
|
只有小组成员才能发言,加入小组>>
590 浏览 0 评论
1645 浏览 0 评论
2084 浏览 0 评论
为啥BQ7693003DBTR芯片在和BQ769X0盒子通讯时收不到信号?
1537 浏览 0 评论
DSP 28027F 开发板 XDS100v2调试探针诊断日志显示了 Error -150 (SC_ERR_FTDI_FAIL)如何解决
1376 浏览 0 评论
AT32F407在USART2 DMA发送数据时,接包接到了要发送的数据,程序还是处于等待传输完成的标识判断中,为什么?
1789浏览 29评论
2818浏览 23评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
1747浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
1663浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
1677浏览 13评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-12 08:57 , Processed in 0.890295 second(s), Total 50, Slave 41 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
3946