[Skyeye-developer] ISSUE: Current HEAD source can't build without
BFD library
Anthony Lee
don.anthony.lee at gmail.com
Wed Jul 25 01:16:25 CST 2007
I noticed the current HEAD source of SkyEye can't build without BFD library.
Maybe someone would like to solve it as such thing did in
"utils/main/skyeye.c". :)
$ make NO_BFD=1
--------------------------- NOTICE ------------------------------
If you always get error, please run "make NO_CHECK=1" instead.
-----------------------------------------------------------------
Checking whether host is big endian ... no
Checking gcc ... OK ( gcc version: 3.4.3 )
Checking whether the compiler supports x86 asm ... OK
-----------------------------------------------------------------
gcc -c utils/main/symbol.c -o binary/symbol.o -g -O2
-D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0 -DMODET -I
/boot/develop/headers/be/bone -I
'/boot/home/1/skyeye/utils/portable/beos' -I /boot/develop/headers
-I /boot/develop/headers/be -I /boot/develop/headers/be/precompiled
-I /boot/develop/headers/be/bone -I /boot/develop/headers/posix -I
/boot/develop/headers/cpp -I /boot/develop/headers/be/app -I
/boot/develop/headers/be/device -I /boot/develop/headers/be/interface
-I /boot/develop/headers/be/media -I /boot/develop/headers/be/midi
-I /boot/develop/headers/be/midi2 -I /boot/develop/headers/be/net -I
/boot/develop/headers/be/kernel -I /boot/develop/headers/be/storage
-I /boot/develop/headers/be/support -I /boot/develop/headers/be/game
-I /boot/develop/headers/be/opengl -I
/boot/develop/headers/be/drivers -I /boot/develop/headers/gnu -I
/boot/develop/headers/be/mail -I /boot/develop/headers/be/translation
-I /boot/develop/headers/be/devel -I
/boot/develop/headers/be/add-ons/graphics -I
/boot/develop/headers/be/be_apps/Deskbar -I
/boot/develop/headers/be/be_apps/NetPositive -I
/boot/develop/headers/be/be_apps/Tracker -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 device/uart -I utils -I
utils/share -I utils/main -I utils/config -I utils/debugger -DARM
-I. -DNO_BFD -DBEOS_LCD
utils/main/symbol.c:19:17: bfd.h: No such file or directory
utils/main/symbol.c:20:20: search.h: No such file or directory
utils/main/symbol.c:26: error: parse error before '*' token
utils/main/symbol.c:26: warning: data definition has no type or storage class
utils/main/symbol.c: In function `init_symbol_table':
utils/main/symbol.c:42: error: `ENTRY' undeclared (first use in this function)
utils/main/symbol.c:42: error: (Each undeclared identifier is reported only once
utils/main/symbol.c:42: error: for each function it appears in.)
utils/main/symbol.c:42: error: parse error before "newentry"
utils/main/symbol.c:44: error: `asymbol' undeclared (first use in this function)
utils/main/symbol.c:44: error: `symptr' undeclared (first use in this function)
utils/main/symbol.c:46: error: `bfd' undeclared (first use in this function)
utils/main/symbol.c:46: error: `abfd' undeclared (first use in this function)
utils/main/symbol.c:56: error: `bfd_object' undeclared (first use in
this function)
utils/main/symbol.c:68: error: parse error before ')' token
utils/main/symbol.c:87: error: request for member `flags' in something
not a structure or union
utils/main/symbol.c:88: error: request for member `flags' in something
not a structure or union
utils/main/symbol.c:89: error: request for member `flags' in something
not a structure or union
utils/main/symbol.c:96: error: `newentry' undeclared (first use in
this function)
utils/main/symbol.c:107: error: request for member `name' in something
not a structure or union
utils/main/symbol.c:116: error: `oldentry' undeclared (first use in
this function)
utils/main/symbol.c:116: error: `FIND' undeclared (first use in this function)
utils/main/symbol.c:120: error: `ENTER' undeclared (first use in this function)
utils/main/symbol.c: In function `get_sym':
utils/main/symbol.c:137: error: `ENTRY' undeclared (first use in this function)
utils/main/symbol.c:137: error: parse error before "entry"
utils/main/symbol.c:142: error: `entry' undeclared (first use in this function)
utils/main/symbol.c:148: error: `ep' undeclared (first use in this function)
utils/main/symbol.c:148: error: `FIND' undeclared (first use in this function)
make: *** [binary/symbol.o] Error 1
More information about the Skyeye-developer
mailing list