|
我下载了cygwin-for-skyeye-allinone.tar.bz2,解压,安装,然后下载了skyeye-1.2.0-RC4.tar.bz2,解压到C:\cygwin\tmp。然后运行cygwin,进入/tmp/skyeye-1.2.0,make,make install,在 binary目录下生成了skyeye.exe。然后做了个连接 ln -s /tmp/skyeye-1.2.0/binary/skyeye.exe /usr/bin/skyeye,这样就可以在任意目录运行skyeye了。
我下载了skyeye0.9.5.win32.rar,解压后运行skyeye.bat,选择demo-uclinux3\linux,点run,可以成功的运行。可是我把demo-uclinux3拷贝到/usr/local/skyeye/demo-uclinux3,在cygwin里面进入该目录,运行skyeye,出现如下提示:
[code:1]
$ skyeye
------------------------- SkyEye -V1.2 --------------------------
Usage: SkyEye [options] program [program args]
Default mode is STANDALONE mode
-----------------------------------------------------------------
Options:
-e exec-file the (ELF executable format)kernel file name.
-d in GDB Server mode (can be connected by GDB).
-c config-file the skyeye configure file name.
-h This Help Display
-v This shows arch and cpu supported
-----------------------------------------------------------------
debugmode= 0, filename = (null), server TCP port is 12345
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x41d230
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
can't find device module: (null)
SKYEYE: use arm7100 mmu ops
Loaded ROM ./boot.rom
[/code:1]
请高手指点。 |
|