skyeye.conf找不到呀?
skyeye 安装不了,帮帮忙呀# ./configure --target=arm-elf --prefix=/usr/local bash: ./configure: 没有那个文件或目录
#
make后没法make install
找到bianry的目录后skyeye
# ./skyeye
------------------------- SkyEye -V1.0 ---------------------------
Usage: SkyEye program
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
------------------------------------------------------------------
debugmode= 0, filename = (null), server TCP port is 12345
Failed to open skyeye config file skyeye.conf in the same directory
# --target=arm-elf好像不对,应该是arm-linux吧。详细读一下附带的README,INSTALL以及configure的help会有很多帮助
不是这个原因,readme里说只要make就可以了
1 Install (just type below command)make
then SkyEye binary code will be in binary/skyeye (linux) or binary/skyeye.exe (cygwin)
2 Usage (just type below command,then skyeye will show usage information)
binary/skyeye -h
notice: you should have a kernel(ELF format or Binary Image), a filesysmte(according to OS), a skyeye config file(default is skyeye.conf)
3 Enjoy it!
you can use skyeye-testsuit-v2.x or later to test SkyEye-V1.x or later
4 required packages:
gtk+-2.0-dev pkg-config atk-dev pango-dev freetype2-dev glib-dev x11-dev binutils-dev(bfd)
# ./configure --target=arm-elf --prefix=/usr/local
bash: ./configure: 没有那个文件或目录
# ./configure --target=arm-linux --prefix=/usr/local
bash: ./configure: 没有那个文件或目录
#
我的是FC2
大家帮我看看呀,是不是要先把elf-arm tools装好
弄了很久啦,为啥会找不到目录呀,是不是configure的命令不能用呀,少啥东西了? 是要装arm-elf-tools的, After Skyeye-1.0, install procedureis very different with previous verion.before 1.0 version , you need to run .,/configure. But after 1.0 verison , you just run make that will be ok.Please read the readme in source package CAREFULLY.
页:
[1]