Re: elfcopy: not found
- Reply: Sulev-Madis Silber : "Re: elfcopy: not found"
- In reply to: Sulev-Madis Silber : "elfcopy: not found"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 02:08:31 UTC
On Mon, 7 Apr 2025 at 21:50, Sulev-Madis Silber <freebsd-current-freebsd-org111@ketas.si.pri.ee> wrote: > > --- boot1.efi --- > SOURCE_DATE_EPOCH=1704067200 elfcopy -j .peheader -j .text -j .sdata -j .data -j . > dynamic -j .dynsym -j .rel.dyn -j .rela.dyn -j .reloc -j .eh_frame --output-target > =binary boot1.sym boot1.efi > sh: elfcopy: not found > 313.12 real 432.90 user 44.54 sys > > make[1]: stopped in /root/files/fbsd/current/src > > make: stopped in /root/files/fbsd/current/src > 29m18.50s real 43m6.42s user 5m47.07s sys > > > host is 13. unsure what that is? there's entry, 20250314, in updating but i can't figure out what that is and how to fix it. WITH_LLVM_TARGET_X86=yes maybe? unsure how to fix this on my own Do you have anything in /etc/src.conf? Also, from the top of your src tree try: $ make -VMK_ELFTOOLCHAIN_BOOTSTRAP TARGET=amd64 TARGET_ARCH=amd64 -f Makefile.inc1