frett27 / jfgdb

Java File Geodatabase (FGDB) JNI Wrapper, permit to read/write simple features in .gdb from Java
Apache License 2.0
14 stars 11 forks source link

The error "unrecognized command line option "-m32"" in ARM #8

Open YuChenu opened 2 years ago

YuChenu commented 2 years ago

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

frett27 commented 2 years ago

Have you checked the filegeodatabase is supported on ARM ? looking on the project, it not seems to be supported (probably MAC OS, M1),

https://github.com/Esri/file-geodatabase-api/issues/47