TI中文支持网
TI专业的中文技术问题搜集分享网站

DM642 在使用NDK过程中遇到的问题

          使用DM642芯片做TCP/IP 通讯,安装了TI的NDK版本为1.71,手头有块儿642的板子,由于其GEL文件是基于CCS2.2版本的编译器,从网上了解到2.2版本和3.3还有V5对于GEL文件的部分参数和函数需要调整,想先调通程序就延续使用CCS2.2编译器。

       从网上找到一个TI DM642的tcp模板,自己新建立的bios,编译程序的时候输出信息要1个小时,没看懂信息提示是什么。请教各位。下面是错误信息的部分。附近是自己建立的bios和tcp的例子还有编译的错误完整信息

11:36:38 "c:\ti\plugins\bios\gconfgen" DM642-0226.cdb
11:36:3811:36:39 "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"h:/ttz/self/Debug" -i"h:/ttz/self" -i"h:/ttz/self/inc" -d"_DEBUG" -d"CHIP_DM642" -mr1 -mv6400 –mem_model:data=far -@"../self/Debug.lkf" "csl_emac.c"
11:36:3911:36:39 /—————————————————————————–\
11:36:39 | acp6x COMMAND FILE C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TI3148_5: |
11:36:39 \—————————————————————————–/
11:36:39 -Ih:/ttz/self
11:36:39 -Ih:/ttz/self/inc
11:36:39 -D_DEBUG
11:36:39 -DCHIP_DM642
11:36:39 -D_FAR_RTS=1
11:36:39 –version=6400
11:36:39 -Ic:/ti/c6000/bios/include
11:36:39 -Ic:/ti/c6000/rtdx/include
11:36:39 -Ic:/ti/c6000/xdais/include
11:36:39 -Ic:/ti/c6000/cgtools/include
11:36:39 -q
11:36:39 –keep_unneeded_types
11:36:39 -m
11:36:39 –i_output_file
11:36:39 "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TI3148_2"
11:36:39 –template_info_file
11:36:39 "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TI3148_3"
11:36:39 –object_file
11:36:39 h:/ttz/self/Debug/csl_emac.obj
11:36:39 –opt_shell
11:36:39 15
11:36:39 csl_emac.c
11:36:39 -g
11:36:39 -q
11:36:39 -frh:/ttz/self/Debug
11:36:39 -ih:/ttz/self
11:36:39 -ih:/ttz/self/inc
11:36:39 -d_DEBUG
11:36:39 -dCHIP_DM642
11:36:39 -mr1
11:36:39 -mv6400
11:36:39 –mem_model:data=far
11:36:39 -ic:/ti/c6000/bios/include
11:36:39 -ic:/ti/c6000/rtdx/include
11:36:39 -ic:/ti/c6000/xdais/include
11:36:39 -ic:/ti/c6000/cgtools/include
11:36:39 csl_emac.c
11:36:39 ——————————————————————————-
11:36:3911:36:39 >> WARNING: invalid option –e (ignored)
11:36:39 >> WARNING: invalid option –_ (ignored)
11:36:39 >> WARNING: invalid option –o (ignored)
11:36:39 >> WARNING: invalid option –e (ignored)
11:36:39 >> WARNING: invalid option –l (ignored)
11:36:39 >> WARNING: invalid option –: (ignored)
11:36:39 >> WARNING: invalid option –= (ignored)
11:36:39 >> WARNING: invalid option –f (ignored)
11:36:3911:36:39 ———- MATCH_IS_OPERAND()————
11:36:3911:36:39 MINUSASG U32 _uint po:0 sz:32 :11:36:39 UMULT U32 _uint po:0 sz:32 : -1
11:36:39 NAME U32 _PKTQ * po:0 sz:32 : _pq
11:36:39 ICON U1 _uint po:0 sz:32 : 1
11:36:3911:36:39 match_subtree: node = MINUSASG, parent->state = -1
11:36:39 exit match_is_operand(): result = 0

14:46:03 /—————————————————————————–\
14:46:03 | asm6x COMMAND FILE C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TI2624_6: |
14:46:03 \—————————————————————————–/
14:46:03 -Ih:/ttz/self
14:46:03 -Ih:/ttz/self/inc
14:46:03 -D_DEBUG
14:46:03 -DCHIP_DM642
14:46:03 -v6400
14:46:03 -Ic:/ti/c6000/bios/include
14:46:03 -Ic:/ti/c6000/rtdx/include
14:46:03 -Ic:/ti/c6000/xdais/include
14:46:03 -Ic:/ti/c6000/cgtools/include
14:46:03 -q
14:46:03 -f
14:46:03 -s
14:46:03 "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TI2624_4"
14:46:03 "h:/ttz/self/Debug/DM642-0226cfg_c.obj"
14:46:03 ——————————————————————————-
14:46:0314:46:0414:46:04 Build Complete,
14:46:04 4 Errors, 99 Warnings, 0 Remarks.

kooking:

感觉是环境没有配置好,四个错误都提示没有定义的符号

yinglu yang:

回复 kooking:

能否说的详细些呢?我有传配置的bios到附件,不知道是哪里配置出问题了? 还有不明白的的是为啥会一直出打印信息呢?

赞(0)
未经允许不得转载:TI中文支持网 » DM642 在使用NDK过程中遇到的问题
分享到: 更多 (0)