[BusyBox] daemon() with uCLibc 0.9.19

Jens Carroll jens.carroll at carroll.de
Fri Dec 19 20:11:26 UTC 2003


Hi,

I'd like to use the newest busybox-1.00-pre4 with a arm7tdmi without MMU.

If I compile it I get the following error msg:

./miscutils/miscutils.a(crond.o): In function `crond_main':
crond.o(.text+0x194): undefined reference to `daemon'
./networking/networking.a(httpd.o): In function `httpd_main':
httpd.o(.text+0x21a4): undefined reference to `daemon'
./networking/networking.a(inetd.o): In function `inetd_main':
inetd.o(.text+0xf2c): undefined reference to `daemon'
./networking/networking.a(telnetd.o): In function `telnetd_main':
telnetd.o(.text+0x5f8): undefined reference to `daemon'
./networking/udhcp/udhcp.a(common.o): In function `background':
common.o(.text+0x13c): undefined reference to `daemon'
./sysklogd/sysklogd.a(klogd.o)(.text+0x2c4): more undefined references 
to `daemon' follow
collect2: ld returned 1 exit status
make: *** [busybox] Error 1

I saw that uCLibc has the function deamon() only for CPUs that have a 
MMU. Does that mean I can't use crond, httpd, inetd with busybox ... or 
is there a way around.

Thanks in advance
Jens






More information about the busybox mailing list