Re: NASM ELF Issues

2024-10-14 Thread Otto Moerbeek
On Tue, Oct 15, 2024 at 03:13:36AM +, ramonaz...@icloud.com wrote: > Hi! > > So it looks like my ELF is missing some sort of .interp section where its > trying to load the /usr/libexec/ld.so, while other executables (at least > compiled with cc), contain that specific section. =_=; > > Whi

NASM ELF Issues

2024-10-14 Thread ramonaz...@icloud.com
Hi! So it looks like my ELF is missing some sort of .interp section where its trying to load the /usr/libexec/ld.so, while other executables (at least compiled with cc), contain that specific section. =_=; Which might explain why its having issues trying to load it and where its trying to push

Re: NASM ELF Issues

2024-10-14 Thread Stuart Henderson
On 2024-10-13, ramonaz...@icloud.com wrote: > Hi!  > > I'm having some issues with the NASM port ( 2.16.03 ) or if its the linking > process. > > When running the linked ELF, It'll write some sort of garbage / corrupted ELF > on the filesystem with question marks that can't be deleted, along wit

NASM ELF Issues

2024-10-13 Thread ramonaz...@icloud.com
Hi!  I'm having some issues with the NASM port ( 2.16.03 ) or if its the linking process. When running the linked ELF, It'll write some sort of garbage / corrupted ELF on the filesystem with question marks that can't be deleted, along with an error about the ELF. I was thinking it was maybe m