|
我用衬老师提供的cygwinforskyeye-allinone编译测试了skyeye-1.2-RC3
编译,直接仿真运行都没问题:
skyeye.exe -e vmlinux -c skyeye.conf
但是当想用gdb进行调试时出现问题,我的做法:
1. skyeye.exe -e vmlinux -c skyeye.conf -d
..........
start addr is set to 0xc0008000 by exec file.
然后在这里停住了,我看了skyeye的代码,好象是在12345端口等待
gdb的连接.
2. 另开一个cygwin的shell, 进到testsuit/2.0/s3c2410/2.4.18
$gdb vmlinux
(gdb) target remote :12345
(gdb) :12345: Connection refused
不知道怎么回事,有成功在cygwin下面用skyeye1.2的吗? 交流
一下你的经验.
Thanks. |
|