busybox compile error form ARM core???

Rob Landley rob at landley.net
Tue May 30 06:33:35 UTC 2006


On Monday 29 May 2006 7:04 pm, yangm wrote:
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
>   <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
>   <title></title>
> </head>
> <body bgcolor="#ffffff" text="#000000">
> when complie busybox for ARM platform by make install ,some errors
> printed as&nbsp; below:<br>
> <br>

It's actually a C library problem.

> /yangm/busybox-1.00/networking/networking.a(inetd.o): In function
> `inetd_main':<br>
> inetd.o(.text+0xdd4): undefined reference to `daemon'<br>
> /yangm/busybox-1.00/networking/networking.a(telnetd.o): In function
> `telnetd_main':<br>

Not finding a function named daemon() in libc.

I'm guessing you're on a nommu system?  Could you tell us a bit more about 
your build environment?  (Are you using uClinux or uClibc?  What gcc 
version?)

> list below is my menuconfig:<br>
> &nbsp; &#9474;
> &#9484;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#947
>2;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#9472;&#94

And that's where I stopped reading.  Care to try again as plain text?

Rob

-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list