[Buildroot] [PATCH 3/3] netkitbase: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 2 07:35:19 UTC 2013


>>>>> "Axel" == Axel Lin <axel.lin at ingics.com> writes:

 Axel> Fix below build error:
 Axel> /opt/test/buildroot/buildroot/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc  inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o  -o inetd
 Axel> servtab.o: In function `loadconfigfile.clone.0':
 Axel> servtab.c:(.text+0x98c): warning: gethostbyname is obsolescent, use getnameinfo() instead.
 Axel> inetd.o: In function `main':
 Axel> inetd.c:(.text+0x8a4): undefined reference to `fork'
 Axel> inetd.c:(.text+0x974): undefined reference to `fork'
 Axel> daemon.o: In function `daemon':
 Axel> daemon.c:(.text+0xc): undefined reference to `fork'
 Axel> collect2: ld returned 1 exit status
 Axel> make[2]: *** [inetd] Error 1

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list