3554|1

2

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

CCS5.2工程编译问题 [复制链接]

我使用TMS320C6678芯片
CCS5.2编译器
编译TI提供的例程
出现下面的编译信息
编译通不过

**** Build of configuration Debug for project I2C ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../src/I2C_EEPROM_Test.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/I2C_EEPROM_Test.pp" --obj_directory="src"  "../src/I2C_EEPROM_Test.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/cslr_i2c.h", line 44: fatal error #5: could not open source file "ti/csl/cslr.h"
1 fatal error detected in the compilation of "../src/I2C_EEPROM_Test.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/I2C_EEPROM_Test.obj] Error 1
'Building file: ../src/I2C_EEPROM_drv.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/I2C_EEPROM_drv.pp" --obj_directory="src"  "../src/I2C_EEPROM_drv.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/cslr_xmc.h", line 50: fatal error #5: could not open source file "ti/csl/cslr.h"
1 fatal error detected in the compilation of "../src/I2C_EEPROM_drv.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/I2C_EEPROM_drv.obj] Error 1
'Building file: ../src/I2C_Temp_Sensor_drv.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/I2C_Temp_Sensor_drv.pp" --obj_directory="src"  "../src/I2C_Temp_Sensor_drv.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/cslr_xmc.h", line 50: fatal error #5: could not open source file "ti/csl/cslr.h"
1 fatal error detected in the compilation of "../src/I2C_Temp_Sensor_drv.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/I2C_Temp_Sensor_drv.obj] Error 1
'Building file: ../src/I2C_main.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/I2C_main.pp" --obj_directory="src"  "../src/I2C_main.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/csl_bootcfgAux.h", line 45: fatal error #5: could not open source file "ti/csl/csl_bootcfg.h"
1 fatal error detected in the compilation of "../src/I2C_main.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/I2C_main.obj] Error 1
'Building file: ../src/KeyStone_common.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/KeyStone_common.pp" --obj_directory="src"  "../src/KeyStone_common.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/csl_bootcfgAux.h", line 45: fatal error #5: could not open source file "ti/csl/csl_bootcfg.h"
>> Compilation failure
1 fatal error detected in the compilation of "../src/KeyStone_common.c".
Compilation terminated.
gmake: *** [src/KeyStone_common.obj] Error 1
'Building file: ../src/Keystone_I2C_init_drv.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv6600 -g --include_path="C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/common" --include_path="F:/6678_Disc/Example/Keystone_5F00_I2C/Keystone_I2C/I2C/src" --include_path="C:/ti/mcsdk_2_01_02_05/tools/post/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --big_endian --abi=eabi --preproc_with_compile --preproc_dependency="src/Keystone_I2C_init_drv.pp" --obj_directory="src"  "../src/Keystone_I2C_init_drv.c"
"C:/ti/pdk_C6678_1_1_2_5/packages/ti/csl/cslr_xmc.h", line 50: fatal error #5: could not open source file "ti/csl/cslr.h"
>> Compilation failure
1 fatal error detected in the compilation of "../src/Keystone_I2C_init_drv.c".
Compilation terminated.
gmake: *** [src/Keystone_I2C_init_drv.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
明明我设置了cslr.h的路径
可是还是提示打不开该文件
怎么回事呢?
点赞 关注
 

回复
举报

2

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
谁能给解答一下?
谢谢!
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表