|
这是我运行在我主机上的SkyEye0.8.5所产生的结果:
[root@zxms80-linux uclinux2]# ls
boot.rom linux readme romfs skyeye.conf
[root@zxms80-linux uclinux2]# skyeye linux
***************************************************************
**** ****
**** SkyEye Simulator Ver 0.8.5 with GDB 5.3 Interface ****
**** ****
***************************************************************
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This SkyEye was configured as "--host=i686-pc-linux-gnu --target=arm-elf"...
(no debugging symbols found)...
(SkyEye) target sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x813dff0
nic[0] info: state=1, ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
log_info: log is off.
log_info:log file is /tmp/test.log, fd is 0x8ffc0f8
log_info: log start clock 3200000
log_info: log end clock 3330000
nic_init_begin
tapif_init begin
tapif_init: fd 7
tapif_init: system("ifconfig tap0 inet 10.0.0.1");
sh: line 1: ifconfig: command not found
tapif_init end
nic_init_end
SKYEYE: use arm7100 mmu ops
Loaded ROM ./boot.rom
Connected to the simulator.
(SkyEye) run
Starting program: /home/hslcpf/skyeye-binary-testutils-1.0.7/at91/uclinux2/linux
warning: No program loaded.
sim_info called
Program received signal SIGINT, Interrupt.
No program loaded.
0x0054b55c in ?? ()
(SkyEye) run hello
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /home/hslcpf/skyeye-binary-testutils-1.0.7/at91/uclinux2/linux hello
warning: No program loaded.
sim_info called
Program received signal SIGINT, Interrupt.
No program loaded.
0x00e4fa80 in ?? ()
(SkyEye) load hello
gdbsim: can't open "hello": No such file or directory
unable to load program
(SkyEye) run hello
Starting program: /home/hslcpf/skyeye-binary-testutils-1.0.7/at91/uclinux2/linux hello
warning: No program loaded.
sim_info called
Program received signal SIGINT, Interrupt.
No program loaded.
0x0024f950 in ?? ()
(SkyEye) quit
The program is running. Exit anyway? (y or n) y
[root@zxms80-linux uclinux2]# ls
boot.rom linux readme romfs skyeye.conf
虽然它能运行起来,但是我却不能加载自己的程序hello,为什么,请大侠们指点迷津! |
|