完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在ti在线技术社区的活动中花300买了一块 TMS570 MCU Development kit ,但是一直无法自己建立一个完整无错的项目工程。
请问我在使用在HAL Code Generater 和CCS4.2.4的时候,依据TMS570LS2x_Using_NHET_as_GIO_Example.pdf的指南来操作,为什么会出现以下错误。希望帮助解决。 Console: **** Build of configuration Debug for project mmm **** D:EDACCSV4ccsv4utilsgmakegmake -k all 'Building file: ../os_croutine.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_croutine.pp" "../os_croutine.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression 2 errors detected in the compilation of "../os_croutine.c". >> Compilation failure gmake: *** [os_croutine.obj] Error 1 'Building file: ../os_heap.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_heap.pp" "../os_heap.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression 2 errors detected in the compilation of "../os_heap.c". >> Compilation failure gmake: *** [os_heap.obj] Error 1 'Building file: ../os_list.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_list.pp" "../os_list.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression 2 errors detected in the compilation of "../os_list.c". >> Compilation failure gmake: *** [os_list.obj] Error 1 'Building file: ../os_port.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_port.pp" "../os_port.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression 2 errors detected in the compilation of "../os_port.c". >> Compilation failure gmake: *** [os_port.obj] Error 1 'Building file: ../os_queue.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_queue.pp" "../os_queue.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression "../os_queue.c", line 1511: error: expected an expression 3 errors detected in the compilation of "../os_queue.c". >> Compilation failure gmake: *** [os_queue.obj] Error 1 'Building file: ../os_tasks.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_tasks.pp" "../os_tasks.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression "..os_timer.h", line 68: fatal error: could not open source file "*** include variable HDRPORTABLE not defined ***" 2 errors and 1 fatal error detected in the compilation of "../os_tasks.c". Compilation terminated. >> Compilation failure gmake: *** [os_tasks.obj] Error 1 'Building file: ../os_timer.c' 'Invoking: Compiler' "D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/bin/cl470" -mv7R4 -g --include_path="D:/EDA/CCSV4/ccsv4/tools/compiler/tms470/include" --diag_warning=225 --enum_type=packed --abi=eabi --code_state=32 --float_support=VFPv3D16 --preproc_with_compile --preproc_dependency="os_timer.pp" "../os_timer.c" "..FreeRTOS.h", line 194: error: expected an expression "..FreeRTOS.h", line 429: error: expected an expression "..os_timer.h", line 68: fatal error: could not open source file "*** include variable HDRPORTABLE not defined ***" 2 errors and 1 fatal error detected in the compilation of "../os_timer.c". Compilation terminated. >> Compilation failure gmake: *** [os_timer.obj] Error 1 gmake: Target `all' not remade because of errors. Build complete for project mmm Problems: |
|
相关推荐
5 个讨论
|
|
Hi WDY,
我尝试了使用您说的工程进行编译,但是效果是只有一些warning,并没有error。 建议您: 1. 将CCS升级到V5.x。如果没有意外的话,您购买的套件中的光盘上应该有CCS V5.x的安装文件。 建议您使用V5以后的版本,可以提供更好的对Hercules系列MCU的支持。 2. 请您直接下载这个例子的源代码并生成工程尝试。 这个例子的源代码在wiki中可以找到: http://processors.wiki.ti.com/images/7/7c/Example_Using_NHET_as_GIO_CCSv4_Project.zip 3. 是不是路径指定的问题呢? 请您检查一下工程中FreeRTOS.h这个源文件放在哪个路径下。 如果是在如”..include“这样的路径中的话,您需要在编译选项中指定这个路径为包含路径,以免编译器找不到头文件。 请再尝试一下。 马 |
|
|
|
|
|
zsl1220548 发表于 2018-8-13 09:35 Hi WDY, 看了一下您的工程,前面两个问题分别是由于configGENERATE_RUN_TIME_STATS 和configUSE_TIMERS两个Macro没有给定内容。那么编译时相当于"#if == 1" ,语法错误。 所以在定义的地方加入 #define configUSE_TIMERS 0 即可。 最后一个问题#include "*** include variable HDRPORTABLE not defined ***" 不是很清楚,wiki例子中的工程根本不包含os_timer.h这个头文件。 建议您下载最新的HALCoGen V3.03.00尝试,或者直接用Wiki上面的例子。 |
|
|
|
|
|
testd27 发表于 2018-8-13 09:41 HALCoGen V3.03.00和CCS5建立了一个test2工程文件依然出错,求助! 工程文件和错误截图见附件:test2.zip 都是#5错误,软件帮助说是这几个头文件没有包含进去,但是我自己加载了一下,还是一样的错误 不知道我加载的位置对吗? |
|
|
|
|
|
问题已经解决:先将问题解决方法写在下面。 出错的原因是找不到头文件,经过仔细查阅资料找到了自己的头文件的加载方法,比如我的头文件在:C:myWorkspacetest1include路径下 那么就需要自己加载一下这个头文件的目录 具体方法: 右击项目管理器的项目名称->Properties打开下面对话框: 在Include Options下面添加自己的头文件路径如上图所示。 保存后,重新编译,无误。 |
|
|
|
|
|
只有小组成员才能发言,加入小组>>
313 浏览 1 评论
517 浏览 2 评论
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
758 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
643 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1115 浏览 1 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
227浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
182浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
46浏览 13评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
150浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
160浏览 12评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 09:16 , Processed in 1.186489 second(s), Total 76, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号