Re: elfcopy: not found

2025-04-10 Thread Ed Maste
On Wed, 9 Apr 2025 at 15:13, Sulev-Madis Silber wrote: > > oh, i think WITHOUT_CROSS_COMPILER does it, it also turns > WITHOUT_ELFTOOLCHAIN_BOOTSTRAP on. i might have overlooked what all those > "compiler" options actually do. what i wanted is to exclude compilers from > resulting build target.

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
i see that there's revised version of proposed fix committed now and everyone can keep their configs this closes the issue at least for now

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
On April 9, 2025 9:31:22 PM GMT+03:00, Ed Maste wrote: >On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber > wrote: >> >> but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value > >OK, https://reviews.freebsd.org/D49722 should fix this then (but will >break some other, even more unusual ca

Re: elfcopy: not found

2025-04-09 Thread Ed Maste
On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber wrote: > > but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value OK, https://reviews.freebsd.org/D49722 should fix this then (but will break some other, even more unusual cases). I'll see if I can update it to work for those cases too. >

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
On April 9, 2025 5:08:31 AM GMT+03:00, Ed Maste wrote: >On Mon, 7 Apr 2025 at 21:50, Sulev-Madis Silber > 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_f

Re: elfcopy: not found

2025-04-08 Thread Ed Maste
On Mon, 7 Apr 2025 at 21:50, Sulev-Madis Silber 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: elfco

Re: elfcopy: not found

2025-04-08 Thread Sulev-Madis Silber
why meta mode would be important here? wasn't that just a cache to make incremental builds faster maybe ln -svi /usr/bin/{obj,elf}copy rather? unsure if it fixed it fully. it did build. i hope that efi loader actually works too now it likes to override path i guess (for clean env?) so it d

Re: elfcopy: not found

2025-04-07 Thread Minsoo Choo
Sent with Proton Mail secure email. On Monday, April 7th, 2025 at 9:50 PM, Sulev-Madis Silber 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