Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make[1]: Entering directory '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/src'
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- shutdown.c: In function ‘spawn’:
- shutdown.c:265:16: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
- while ((pid = fork()) < 0 && i < 10) {
- ^~~~
- init.c: In function ‘coredump’:
- init.c:654:6: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
- if (fork() != 0) return;
- ^~~~
- shutdown.c: In function ‘main’:
- shutdown.c:485:10: warning: variable ‘realuid’ set but not used [-Wunused-but-set-variable]
- uid_t realuid;
- ^~~~~~~
- /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
- dowall.c: In function ‘wall’:
- dowall.c:204:6: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
- if (fork() != 0)
- ^~~~
- /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
- /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
- /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
- /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
- killall5.c: In function ‘mount_proc’:
- killall5.c:203:14: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
- if ((pid = fork()) < 0) {
- ^~~~
- /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
- /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
- /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
- /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
- bootlogd.c: In function ‘main’:
- bootlogd.c:575:21: warning: implicit declaration of function ‘fork’ [-Wimplicit-function-declaration]
- pid_t child_pid = fork();
- ^~~~
- /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static mountpoint.o -o mountpoint
- /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
- /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static runlevel.o -o runlevel
- /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static mesg.o -o mesg
- /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
- /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
- /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
- /home/user/dev/space/sources/buildroot-2016.05/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc -Wl,-elf2flt -static utmpdump.o -o utmpdump
- dowall.o: In function `wall':
- dowall.c:(.text+0xc0): undefined reference to `fork'
- collect2: error: ld returned 1 exit status
- <builtin>: recipe for target 'wall' failed
- make[1]: *** [wall] Error 1
- make[1]: *** Waiting for unfinished jobs....
- shutdown.o: In function `spawn':
- shutdown.c:(.text+0x2ae): undefined reference to `fork'
- dowall.o: In function `wall':
- dowall.c:(.text+0xc0): undefined reference to `fork'
- collect2: error: ld returned 1 exit status
- <builtin>: recipe for target 'shutdown' failed
- make[1]: *** [shutdown] Error 1
- /tmp/ccNBKXi5.o: In function `mount_proc':
- killall5.c:(.text+0xfc): undefined reference to `fork'
- collect2: error: ld returned 1 exit status
- <builtin>: recipe for target 'killall5' failed
- make[1]: *** [killall5] Error 1
- make[1]: Leaving directory '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/src'
- package/pkg-generic.mk:195: recipe for target '/home/user/dev/space/sources/buildroot-2016.05/output/build/sysvinit-2.88/.stamp_built' failed
- 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