How come I get this error when compiling with the -m32 argument?
unrecognised emulation mode: 32
I'm compiling using g++ on an x86_64 machine. It happens in one project, but not the other... Any hints?
Note: I'm using Eclipse CDT, so perhaps this is an IDE specific gocha?
Rephrased question
Perhaps a better question would be: What is the best method of building an x86 binary in Eclipse when running on an x86_64 machine?