Why am I getting this error when compiling with the -m32 argument?
unrecognized emulation mode: 32
I am compiling with g ++ on an x86_64 machine. This happens in one project, but not in another ... Any clues?
Note. I use Eclipse CDT, so maybe this is a specific version of the IDE?
Rephrasable Question
Perhaps the best question is: what is the best way to build x86 binary in Eclipse when running on x86_64?
source
share