2008-01-25 06:03:52 undefined reference to _xdaemon
Andrea Federico (UNITED STATES)
Message: 50131 I am testing the performance of different httpd server in uClinux.
I enabled the https in busybox and I have encountered this error message compiling busybox:
...
networking/httpd.c:2005: undefined reference to `_xdaemon'
...
This error is present in my old 2007R1-RC3 uClinux relase and in the last
toolchain and uClinux trunk.
someone can give me more info?
Thank you.
QuoteReplyEditDelete
2008-01-25 07:14:41 Re: undefined reference to _xdaemon
Mike Frysinger (UNITED STATES)
Message: 50141 not all of the applets in busybox work on no-mmu ... some require daemon() which does not exist on no-mmu ports