打印

运行testsuite出错

运行testsuite出错

Bdebian:/home/baiyu/Skyeye/testsuite/2.0/s3c4510# /home/baiyu/Skyeye/skyeye-1.2.0/binary/skyeye -c skyeye.conf
------------------------- 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 = skyeye.conf, server TCP port is 12345
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c4510b, mach_init addr 0x8064ff0
ethmod num=1, mac addr=0:0:0:0:0:0, hostip= 10.0.0.2
dbct info: turn on dbct!
SKYEYE: use arm7100 mmu ops
dbct translate block use memory 0x03ff3f15 bytes.

停到这里就不动了,在VMWare中 Debian 2.6.8,试过其它testsuit也一样。

Debian linux (kernerl 2.6.8 self compile)  skyeye 1.2.0   testsuit 2.0

TOP

我的也是

TOP

Do you use newest version of skyeye. I mean:
skyeye-1.2.0-RC4.tar.bz2

TOP

[quote:7d13fae665="ksh"]Do you use newest version of skyeye. I mean:
skyeye-1.2.0-RC4.tar.bz2[/quote]

我用的是rc4,问题解决了,我运行的参数不正确,应该是

[code:1]
skyeye -e linux
[/code:1]

没有-c skyeye.conf

TOP