完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
各位大侠,我现在自己新建一个CCS5.0的一个6678的工程程序,当我添加完所有的文件,编译时,出现很多未定义字符。我查找了,这些字符都在#include
"D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 420: error: identifier "TSCL" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 461: error: identifier "TSCH" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 501: error: identifier "ARP" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 541: error: identifier "ILC" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 582: error: identifier "RILC" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 623: error: identifier "REP" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 663: error: identifier "PCE1" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 704: error: identifier "DNUM" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 744: error: identifier "SSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 784: error: identifier "GPLYA" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 824: error: identifier "GPLYB" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 865: error: identifier "GFPGFR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 906: error: identifier "DIER" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 946: error: identifier "TSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 987: error: identifier "ITSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1027: error: identifier "NTSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1067: error: identifier "EFR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1108: error: identifier "IERR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1609: error: identifier "TSCL" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1658: error: identifier "ARP" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1707: error: identifier "ILC" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1756: error: identifier "RILC" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1805: error: identifier "REP" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1854: error: identifier "SSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1903: error: identifier "GPLYA" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 1952: error: identifier "GPLYB" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2001: error: identifier "GFPGFR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2050: error: identifier "DIER" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2099: error: identifier "TSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2148: error: identifier "ITSR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2197: error: identifier "NTSR" is undefined >> Compilation failure "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2250: error: identifier "EFR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2251: error: identifier "ECR" is undefined "D:Program FilesTexas Instrumentspdk_C6678_1_0_0_9_beta2packagesticslcsl_chipAux.h", line 2299: error: identifier "IERR" is undefined |
|
相关推荐
3个回答
|
|
“这些字符都在#include
|
|
|
|
这些关键字不是在c6x.h里面定义的,c6x.h只是引用了这些关键字,比如:
extern __cregister volatile unsigned int REP; 这些关键字还是在CSL库里面,所以如果你使用了这些关键字请确保CSL库的路径在你的工程路径下面,同时include |
|
|
|
应该是头文件或是库的路径设置不对
|
|
|
|
只有小组成员才能发言,加入小组>>
336 浏览 1 评论
529 浏览 2 评论
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
774 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
651 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1130 浏览 1 评论
AT32F407在USART2 DMA发送数据时,接包接到了要发送的数据,程序还是处于等待传输完成的标识判断中,为什么?
58浏览 29评论
140浏览 23评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
252浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
201浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
57浏览 13评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 09:07 , Processed in 1.308003 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号