Advertisement
Guest User

buildroot error

a guest
Aug 13th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. make[1]: Entering directory '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/src'
  2. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o mountpoint.o mountpoint.c
  3. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o init.o init.c
  4. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -DINIT_MAIN -c -o init_utmp.o utmp.c
  5. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o halt.o halt.c
  6. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o ifdown.o ifdown.c
  7. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o hddown.o hddown.c
  8. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o utmp.o utmp.c
  9. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o shutdown.o shutdown.c
  10. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o dowall.o dowall.c
  11. shutdown.c: In function ‘spawn’:
  12. shutdown.c:265:16: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  13. while ((pid = fork()) < 0 && i < 10) {
  14. ^~~~
  15. init.c: In function ‘coredump’:
  16. init.c:654:6: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  17. if (fork() != 0) return;
  18. ^~~~
  19. shutdown.c: In function ‘main’:
  20. shutdown.c:485:10: warning: variable ‘realuid’ set but not used [-Wunused-but-set-variable]
  21. uid_t realuid;
  22. ^~~~~~~
  23. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o runlevel.o runlevel.c
  24. dowall.c: In function ‘wall’:
  25. dowall.c:204:6: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  26. if (fork() != 0)
  27. ^~~~
  28. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -Wl,-elf2flt -static killall5.c -o killall5
  29. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -Wl,-elf2flt -static fstab-decode.c -o fstab-decode
  30. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o sulogin.o sulogin.c
  31. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o bootlogd.o bootlogd.c
  32. killall5.c: In function ‘mount_proc’:
  33. killall5.c:203:14: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  34. if ((pid = fork()) < 0) {
  35. ^~~~
  36. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o last.o last.c
  37. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o mesg.o mesg.c
  38. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o utmpdump.o utmpdump.c
  39. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -W -Wall -D_GNU_SOURCE -c -o wall.o wall.c
  40. bootlogd.c: In function ‘main’:
  41. bootlogd.c:575:21: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
  42. pid_t child_pid = fork();
  43. ^~~~
  44. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static mountpoint.o -o mountpoint
  45. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static halt.o ifdown.o hddown.o utmp.o reboot.h -o halt
  46. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static runlevel.o -o runlevel
  47. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static mesg.o -o mesg
  48. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static shutdown.o dowall.o utmp.o reboot.h -o shutdown
  49. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static sulogin.o -lcrypt -o sulogin
  50. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static wall.o dowall.o -o wall
  51. /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static utmpdump.o -o utmpdump
  52. dowall.o: In function `wall':
  53. dowall.c:(.text+0xc0): undefined reference to `fork'
  54. collect2: error: ld returned 1 exit status
  55. <builtin>: recipe for target 'wall' failed
  56. make[1]: *** [wall] Error 1
  57. make[1]: *** Waiting for unfinished jobs....
  58. shutdown.o: In function `spawn':
  59. shutdown.c:(.text+0x2ae): undefined reference to `fork'
  60. dowall.o: In function `wall':
  61. dowall.c:(.text+0xc0): undefined reference to `fork'
  62. collect2: error: ld returned 1 exit status
  63. <builtin>: recipe for target 'shutdown' failed
  64. make[1]: *** [shutdown] Error 1
  65. /tmp/ccNBKXi5.o: In function `mount_proc':
  66. killall5.c:(.text+0xfc): undefined reference to `fork'
  67. collect2: error: ld returned 1 exit status
  68. <builtin>: recipe for target 'killall5' failed
  69. make[1]: *** [killall5] Error 1
  70. make[1]: Leaving directory '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/src'
  71. package/pkg-generic.mk:195: recipe for target '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/.stamp_built' failed
  72. make: *** [/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/.stamp_built] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement