[BusyBox] compilation errors

Manuel Novoa III mjn3 at codepoet.org
Fri May 7 11:25:59 UTC 2004


Hello,

On Tue, May 04, 2004 at 04:53:30PM +0200, Viktor Safar wrote:
> I get following compilation errors after "make"
> using busybox 1.0.0-pre10:
> 
> ./procps/procps.a(top.o): In function 'init_Hertz_value'
> top.o(text+0+24c). undefined reference to 'strtod'
> top.o(text+0+35c). undefined reference to 'strtod'
> 
> with "top" kernel process utility turned on in menuconfig
> 
> and
> 
> .loginutils/loginutils.a(passwd.o): In function 'new_password'
> password.o(text+0+164c). undefined reference to 'difftime'
> 
> with "passwd" login/password utilities turned on in menuconfig
> 
> My environment:
> RedHat 9 (Shrink)
> My kernel: 2.4.18
> My compiler: mips-linux-gcc crosscompiler 
> from mip-linux-uclibc toolchain.
> 
> Hm, hope that's enough.
> Some suggestions ?

Did you build uClibc without floating point support?  That would
explain the missing strtod and difftime functions.

Manuel



More information about the busybox mailing list