[Skyeye-developer] Skyeye on Ubuntu 7.04

Jesus Lopez jesus.jelomer at gmail.com
Mon Nov 5 01:05:45 CST 2007


Hi,
Try to install binutils-dev and later just type:
$ make EXTRA_LIBS="-lm"
It worked for me.
Regards

On 11/4/07, Felipe Uderman <felipe.uderman at gmail.com> wrote:
>
> Hello,
>
> I am trying to use Skyeye on a Ubuntu 7.04 distribution. I have found
> Skyeye 1.2.0rc8-1 with aptitude, and installed it. But when I try to run
> it, I got the following error:
>
> uderman at udermanlp:~$ skyeye
> skyeye: error while loading shared libraries: libbfd-2.17.50.0.6.so:
> cannot open shared object file: No such file or directory
>
> Then I checked that it was not the latest version of Skyeye, and
> downloaded version 1.2.3. But then, when trying to compile it, I got the
> following error:
>
>
> uderman at udermanlp:~/skyeye_1_2_3_Rel$ make
> --------------------------- 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: 4.1.2 )
> Checking whether the compiler supports x86 asm ... FAILED
>
> *** It seems that the compiler don't support inline x86 AT&T ASM codes.
> *** Run "make NO_DBCT=1" instead to ignore it.
>
> make: ** [check] Erro 1
> uderman at udermanlp:~/skyeye_1_2_3_Rel$ make NO_DBCT=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: 4.1.2 )
> Checking bfd library ... OK
> -----------------------------------------------------------------
> gcc -g -O2 -D_FILE_OFFSET_BITS=64 -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 device/uart -I
> utils -I utils/share -I utils/main -I utils/config -I utils/debugger  -DARM
> -I. -DNO_DBCT -DNO_LCD -o binary/skyeye binary/skyeye.o \
>                 --start-group -Lbinary -larm -ldev -lutils -lbfin
> -lcoldfire -lmips -lppc  -lbfd -liberty --end-group
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vctuxs':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2770: undefined
> reference to `truncf'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vctsxs':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2741: undefined
> reference to `truncf'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vrfiz':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2609: undefined
> reference to `truncf'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vexptefp':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2693: undefined
> reference to `pow'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vlogefp':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2672: undefined
> reference to `log'
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2672: undefined
> reference to `log'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vrsqrtefp':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2651: undefined
> reference to `sqrt'
> binary/libppc.a(ppc_vec.o): In function `ppc_opc_vrfin':
> /home/uderman/skyeye_1_2_3_Rel/arch/ppc/common//ppc_vec.c:2564: undefined
> reference to `rintf'
> collect2: ld returned 1 exit status
> make: ** [binary/skyeye] Erro 1
> uderman at udermanlp:~/skyeye_1_2_3_Rel$ make NO_DBCT=1 NO_BFD=1
> EXTRA_LIBS="-lm"
> --------------------------- 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: 4.1.2 )
> -----------------------------------------------------------------
> gcc -g -O2 -D_FILE_OFFSET_BITS=64 -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 device/uart -I
> utils -I utils/share -I utils/main -I utils/config -I utils/debugger  -DARM
> -I. -DNO_DBCT -DNO_BFD -DNO_LCD -o binary/skyeye binary/skyeye.o \
>                 --start-group -Lbinary -larm -ldev -lutils -lbfin
> -lcoldfire -lmips -lppc  --end-group -lm
> binary/skyeye.o: In function `tea_load_exec':
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:360: undefined
> reference to `bfd_openr'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:366: undefined
> reference to `bfd_check_format'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:435: undefined
> reference to `bfd_close'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:402: undefined
> reference to `bfd_get_section_contents'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:369: undefined
> reference to `bfd_get_error'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:370: undefined
> reference to `bfd_get_error'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:370: undefined
> reference to `bfd_errmsg'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:362: undefined
> reference to `bfd_get_error'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:362: undefined
> reference to `bfd_errmsg'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:405: undefined
> reference to `bfd_get_error'
> /home/uderman/skyeye_1_2_3_Rel/utils/main/skyeye.c:405: undefined
> reference to `bfd_errmsg'
> collect2: ld returned 1 exit status
> make: ** [binary/skyeye] Erro 1
> uderman at udermanlp:~/skyeye_1_2_3_Rel$
>
> I have found a similar problem on this mailing list, but the solution
> suggested did not helped me.
>
> Can anyone help me?
>
> Thank you,
>
> Felipe Uderman
>
> _______________________________________________
> CLinux.org Websites:
> http://seohelper.cn/
> http://www.implight.net/
> http://gro.clinux.org/
> Skyeye-developer mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20071104/92f1361f/attachment-0001.htm


More information about the Skyeye-developer mailing list