Hi, We really like this library and use it on different platforms. When we compiled it on ARM architecture, the following error occurred: g++: error: unrecognized command line option '-m32'. We checked the error and unfortunately found that the -m compilation parameter of Arm gcc/g++ does not support 32-bit or 64-bit. So how do we solve this problem? Thank you
Hi, We really like this library and use it on different platforms. When we compiled it on ARM architecture, the following error occurred: g++: error: unrecognized command line option '-m32'. We checked the error and unfortunately found that the -m compilation parameter of Arm gcc/g++ does not support 32-bit or 64-bit. So how do we solve this problem? Thank you