ampl / mp

An open-source library for mathematical programming
https://mp.ampl.com
Other
226 stars 43 forks source link

cross compiler,arm-linux-guneabi,can you help me #132

Open yxf010 opened 3 years ago

yxf010 commented 3 years ago

arm-linux-gnueabi-gcc -c -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -DASL_NO_FPINITMT fpinit.c fpinit.c: In function 'fpinit_ASL': fpinit.c:130:30: _error: '_FPUEXTENDED' undeclared (first use in this function) __fpu_control = _FPU_IEEE - _FPU_EXTENDED + _FPU_DOUBLE; ^~~~~ fpinit.c:130:30: note: each undeclared identifier is reported only once for each function it appears in fpinit.c:130:46: error: '_FPU_DOUBLE' undeclared (first use in this function) __fpu_control = _FPU_IEEE - _FPU_EXTENDED + _FPU_DOUBLE;****

mapgccv commented 2 years ago

@yxf010 I managed to compile for armv7 using dockcross. Can I ask you what were you trying to compile and which steps you followed?