This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.23.0: Running 32 bit app under 64 bit linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]