On Wed, Oct 14, 2020 at 10:27:48AM +0000, Gagandeep Singh wrote: > Hi Bruce, > > May I know the correct way of 32bit compilation on 64bit X86 machine. I tried > the "-m32" c_args, but it returns the below error: > When I build, I also always set -m32 in 'c_link_args' and set PKG_CONFIG_LIBDIR in the environment to point to the 32-bit pkg-config directory e.g. /usr/lib/i386-linux-gnu/pkgconfig on debian/ubuntu systems.
Regards, /Bruce