[Mono-dev] Can't compile mono 2.8 for ARM Linux 2.6.24

Matt Johnson mj1856 at hotmail.com
Fri Jan 14 19:05:36 EST 2011


>
>  mini-arm.h:28:2: error: #error "At least one of ARM_FPU_NONE or
ARM_FPU_FPA or ARM_FPU_VFP must be defined."
>

You need to pass  -DARM_FPU_NONE  in your CFLAGS.  (Or one of the other
choices if you have a hardware FPU)

-Matt



More information about the Mono-devel-list mailing list