1.23.0: Running 32 bit app under 64 bit linux
Zvi Vered <[email protected]>
| Newsgroups | gmane.comp.gcc.cross-compiling |
|---|---|
| Message-ID | <CABRndgwdjfQ+ow7f2Zpf-K9J=k0=RJbZcz=Au-5+4D6BDG3=yg@mail.gmail.com> |
Hello, I created x86_64-unknown-linux-gnu with version 1.23.0 It works great. Linux and busybox use the libs in /lib and /lib64 Now I have to run a 32 bit application on the same target. What is the right way to do it? I created also i686-nptl-linux-gnu toolchain and copied the libs to /lib32 in the target. But it seems that the 32 bit applicaton searches first in /lib. Thank you, Zvika