Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: compile and run 32bit programs on aarch64eb
chris%groessler.org@localhost (Christian Groessler) writes:
> Before NetBSD 5.0 all of these files needed to be placed under
> /emul/netbsd32.
>irritated me.
Some archs come with additional compat files already included
(or nowadays as part of the "base32" set).
Then you have e.g.:
/lib/ld.elf_so-i386
/usr/lib/i386/libc.so.12.224
That is also used on other archs to support multiple ABIs.
On aarch64, when starting a 32bit program, the kernel
searches for
/lib/ld.elf.so-evbarm
which doesn't exist. If it existed, it would need to be compiled
to search /usr/lib/evbarm for libraries.
Home |
Main Index |
Thread Index |
Old Index