[Skyeye-developer] install skyeye 1.2.3 on hiweed debian

Stanislav Meduna stano at meduna.org
Mon Sep 17 14:57:55 CST 2007


Hi,

> I tried to compile the skyeye with your sugguestion,
> it still fails to work. :(
> The following is the log...
> #make NO_DBCT=1 NO_BFD=1

What is your development machine / OS?

> Checking gcc ... OK ( gcc version: 3.3.5 )

Quite old.

> binary/libppc.a(ppc_vec.o)(.text+0x5244): In function `ppc_opc_vrfin':
> arch/ppc/common/ppc_vec.c:2564: undefined reference to `rintf'
> binary/libppc.a(ppc_vec.o)(.text+0x536f): In function `ppc_opc_vrfiz':
> arch/ppc/common/ppc_vec.c:2609: undefined reference to `truncf'
...

Looks all like math routines - try
  make NO_DBCT=1 NO_BFD=1 EXTRA_LIBS-"-lm"

Regards
-- 
                                 Stano



More information about the Skyeye-developer mailing list