百问网Linux技术区调试工具(Eclipse+OpenOCD+OpenJTAG) openjtag调试中的这个warning是怎么回事?

1  /  1  页   1 跳转 查看:660

openjtag调试中的这个warning是怎么回事?

openjtag调试中的这个warning是怎么回事?

请问南山大哥,openjtag与windows下的eclipse联合调试时,console出现下面的信息,虽然能够调试,但是其中蓝色的部分是怎么回事呀?

target remote localhost:3333
warning: while parsing target memory map (at line 2): Required element <memory> is missing
0x00000294 in ?? ()
monitor halt
monitor arm920t cp15 2 0
2: 00000000
monitor arm7_9 sw_bkpts enable
software breakpoints enabled
load
Loading section .text, size 0xac lma 0x0
Start address 0x0, load size 172
Transfer rate: 1376 bits in <1 sec, 172 bytes/write.
break main
Breakpoint 1 at 0x4c: file leds.c, line 17.
continue
Breakpoint 1, main () at leds.c:17
17  unsigned long i = 0;
mi_cmd_disassemble: Invalid filename.
 

回复: openjtag调试中的这个warning是怎么回事?

大哥,你的eclipse 工程属性是怎么设置的 能截个图发给我看看么,尤其是编译器配置?邮箱是darmac@163.com,我在配置的时候出现了问题,谢谢!
 

回复: openjtag调试中的这个warning是怎么回事?



引用:
原帖由 darmac 于 2009-9-1 12:05:00 发表
大哥,你的eclipse 工程属性是怎么设置的 能截个图发给我看看么,尤其是编译器配置?邮箱是darmac@163.com,我在配置的时候出现了问题,谢谢!

我把我的工程文件打了个包,你试一下吧。

附件附件:

文件名:Mytest.rar
下载次数:33
文件类型:application/octet-stream
文件大小:
上传时间:2009-9-1 13:39:31
描述:rar

 

回复:openjtag调试中的这个warning是怎么回事?

1. warning: while parsing target memory map (at line 2): Required element <memory> is missing
0x00000294 in ?? ()
没有关系;

2. mi_cmd_disassemble: Invalid filename.:看起来是没找着文件,
你可以在eclipse里查看反汇编码吗
 

回复: openjtag调试中的这个warning是怎么回事?

[quote] 原帖由 thisway.diy 于 2009-9-4 12:59:00 发表
1. warning: while parsing target memory map (at line 2): Required element <memory> is missing
0x00000294 in ?? ()
没有关系;

我在用Eclipse调试时候也遇到这样的信息,到时这句话是什么意思呢??
还有我想问问OpenJTAG中能否查看所定义某个寄存器的值,例如#define GPBCON 0x56000004.
调试时能否用鼠标指向GPBCON就直接显示0x56000004地址的具体值呢?


谢谢~
 

回复:openjtag调试中的这个warning是怎么回事?

1. warning: while parsing target memory map (at line 2): Required element <memory> is missing
0x00000294 in ?? ()
这句话是什么意思我也不知道,但是它不影响使用

2. 指向变量就可以看到值,指向GPBCON能否显示值我倒没留意过
 
1  /  1  页   1 跳转

地址:广东省深圳市南山区南山大道3003号久商大厦C-1406;邮编:518052;电话:0755-86200561

粤ICP备09041549号, 版权所有 百问网   Sitemap

Powered by Discuz!NT 2.0.1214    Copyright © 2001-2010 Comsenz Inc.
Processed in 0.078125 second(s) , 5 queries.
返顶部