Building target 32bit linux applications on 64bit host (Ubuntu 14.04)
-
Hi,
I need some help on how to build 32bit Qt5 linux applications on a 64bit linux host machine. Right I am compiling using a virtual machine, but I was wondering if there was way to directly build from my 64bit machine.
Anyone know a step by step guide?
Thanks,
t3685
-
Hi,
I think just passing -m32 flag to gcc or g++ while compiling the Qt App. should create it.
-
On Ubuntu you can install ia32-libs as
@
sudo apt-get install ia32-libs
@