chyyuu 发表于 2006-8-5 13:07:17

SkyEye-1.2-RC8 released!
download from:
http://gro.clinux.org/frs/download.php/1700/skyeye-1.2-RC8.tar.bz2
---------simple changlog----------------
fix little bugs on mingw/win environment
update blackfin simulation
support X86_64
gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye

please read README and ChangeLog files in skyeye package.

farley 发表于 2006-8-6 17:21:50

出错:
debian:~/skyeye-v1# make
gcc -c utils/main/skyeye.c -o binary/skyeye.o -g -O2 -DSTANDALONE -DDEFAULT_INLINE=0-DMODET -DMODET -I arch/arm -I arch/arm/common/ -I arch/arm/common/mmu/ -I arch/arm/mach/ -I arch/bfin/common -I arch/bfin/mach -I arch/coldfire/common -I device/ -I device/net -I device/lcd -I device/flash -I utils/share -I utils/main -I utils/config -I utils/debugger-DARM -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DNO_DBCT
utils/main/skyeye.c:274:17: error: bfd.h: 没有那个文件或目录
utils/main/skyeye.c: In function 'tea_load_exec':
utils/main/skyeye.c:280: error: 'bfd' undeclared (first use in this function)
utils/main/skyeye.c:280: error: (Each undeclared identifier is reported only once
utils/main/skyeye.c:280: error: for each function it appears in.)
utils/main/skyeye.c:280: error: 'tmp_bfd' undeclared (first use in this function)
utils/main/skyeye.c:281: error: 'asection' undeclared (first use in this function)
utils/main/skyeye.c:281: error: 's' undeclared (first use in this function)
utils/main/skyeye.c:291: error: 'bfd_object' undeclared (first use in this function)
utils/main/skyeye.c:294: error: 'bfd_error_file_ambiguously_recognized' undeclared (first use in this function)
utils/main/skyeye.c:305: error: 'SEC_LOAD' undeclared (first use in this function)
utils/main/skyeye.c:336: warning: pointer targets in passing argument 2 of 'tea_write' differ in signedness
make: *** 错误 1


环境:debian etch 2.6.15-1-k7
       gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)

chyyuu 发表于 2006-8-14 18:39:36

用最新的skyeye版本
http://gro.clinux.org/frs/download.php/1726/skyeye-1.2-RC8-3.tar.bz2
or
make -NO_DBCT 试试?

farley 发表于 2006-8-19 09:38:40

用最新版,make 结果还是同上。。。
make-NO_DBCT 不行,没有该参数。。。
make -no_dbct行,然后做什么?再make结果同上

laomao28 发表于 2006-10-17 07:46:44

Your compiler did not found bfd.h because you are missing the below package on your Linux system:
binutils-dev

^_^

farley 发表于 2007-1-9 19:54:30

要是skyeye的使用文档和例子多一点就好!

那本书也该改版了!
页: 1 2 3 [4]
查看完整版本: [版本发布信息]SkyEye-V1.2 RC8发布