You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /tmp
sudo rm -rf /usr/src
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/13.1-RELEASE/src.txz
sudo tar -C / -xvf src.txz
cd /usr/src/stand
sudo make
ends with
===> userboot (all)
===> userboot/test (all)
===> userboot/userboot_4th (all)
building shared library userboot_4th.so
cc -nostdlib -Wl,-Bsymbolic -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o userboot_4th.so.full -Wl,-soname,userboot_4th.so autoload.pico bcache.pico biossmap.pico bootinfo.pico bootinfo32.pico bootinfo64.pico conf.pico copy.pico devicename.pico elf32_freebsd.pico elf64_freebsd.pico host.pico main.pico userboot_cons.pico userboot_disk.pico vers.pico gfx_fb.pico boot.pico commands.pico console.pico devopen.pico interp.pico interp_backslash.pico interp_parse.pico ls.pico misc.pico module.pico nvstore.pico pnglite.pico tslog.pico load_elf32.pico load_elf32_obj.pico reloc_elf32.pico load_elf64.pico load_elf64_obj.pico reloc_elf64.pico disk.pico part.pico vdisk.pico interp_forth.pico zfs_cmd.pico /usr/obj/usr/src/amd64.amd64/stand/ficl/libficl.a /usr/obj/usr/src/amd64.amd64/stand/libsa/libsa.a
/usr/local/bin/x86_64-unknown-freebsd13.1-ld: warning: _setjmp.o: missing .note.GNU-stack section implies executable stack
/usr/local/bin/x86_64-unknown-freebsd13.1-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Stop.
make[2]: stopped in /usr/src/stand/userboot/userboot_4th
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ends with
sudo make -n
ends with
Beta Was this translation helpful? Give feedback.
All reactions