关于运行skyeye的请教

内核编译和嵌入式产品的设计与开发
回复
wangxueyou
帖子: 3
注册时间: 2007-08-26 15:49

关于运行skyeye的请教

#1

帖子 wangxueyou »

大家好! 我今天按照论坛里面的帖子的介绍安装好了skyeye 是以root身份进行安装,并且安装在/home/wxy/skyeye_1_2_2_Rel文件中, 当我输入binary/skyeye命令的时候,输出以下提示:

root@wxy-desktop:/home/wxy/skyeye_1_2_2_Rel# binary/skyeye
Warning: If you want to run ELF image, you should use -e option to indicate your elf-format image filename. Or you only want to run binary image,you need to set the filename of the image and its entry in skyeye.conf.
Failed to open skyeye config file skyeye.conf in the same directory
error: No such file or directory
------------------------- SkyEye -V1.2 ---------------------------
Usage: SkyEye [options] -e program [program args]
Default mode is STANDALONE mode
------------------------------------------------------------------
Options:
-e exec-file the (ELF executable format)kernel file name.
-l load_address,load_address_mask Load ELF file to another address,not its entry-d in GDB Server mode (can be connected by GDB).
-c config-file the skyeye configure file name.
-h The SkyEye command options, and ARCHs and CPUs simulated
------------------------------------------------------------------
----------- Architectures and CPUs simulated by SkyEye-------------
-------- ARM architectures ---------
at91
lpc
s3c4510b
s3c44b0x
s3c44b0
ep7312
lh79520
ep9312
cs89712
sa1100
pxa_lubbock
pxa_mainstone
at91rm92
s3c2410x
s3c2440
sharp_lh7a400
ns9750
lpc2210
ps7500
integrator
-------- BlackFin architectures ----
bf533
提示我说没有skyeye.conf这个文件,请问是什么原因?
keendawn
帖子: 16
注册时间: 2007-07-02 21:48

#2

帖子 keendawn »

------------------------- SkyEye -V1.2 ---------------------------
Usage: SkyEye [options] -e program [program args]


好好看看这里!
eaqueen
帖子: 2
注册时间: 2007-10-17 16:33

#3

帖子 eaqueen »

2楼的能不能说得清楚些?
即使用skyeye -e simple_test.elf 也会显示skyeye.conf错误

而且根据安装指导,skyeye安装好后,直接运行skyeye,就应该出现下面的界面
GNU gdb 5.0
Copyright 2000 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 GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf".
(gdb)

有没有人知道这个问题怎么解决呢?
csuqc19841001
帖子: 10
注册时间: 2007-11-03 11:35

skyeye

#4

帖子 csuqc19841001 »

搂住你现在搞定你的那个问题没有 阿 ?我 也出现 了 你说的那种问题阿 !!!
真是急啊!!

加我QQ好 不 :315107329
头像
wpdzyx
帖子: 59
注册时间: 2007-06-10 7:40

#5

帖子 wpdzyx »

skyeye现在不支持*_linux-gcc的,要安装uclib库的*_elf-gcc
谋先
帖子: 12
注册时间: 2008-07-05 11:12

#6

帖子 谋先 »

我的也出现这种情况,
我的系统上可是有arm-elf-gcc命令的,
为什么还是会出现这种情况,
请高手指点一下,谢谢!
回复