c++ - How to cross compile application for 32 bit arm ...
2021-2-7 · I want to cross-compile my application targeting 32-bit arm architecture. I run command: arm-linux-gnueabihf-g++ -m32 hello.cpp -o hello. But it gave me the error: arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-m32’. And seems there is little documentation about arm-linux-gnueabihf-g++ on the Internet.
Get Price