Hi. I'm trying to install Frc on RPi running Raspbian. While compiling MzScheme i first got an error while compiling foreign.c. Found info here http://lists.racket-lang.org/users/archive/2007-April/017150.html and here http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00243.html. After applying patch to libffi/src/arm/ffitarget.h foreign.c compiled. But now I got a new error: ./src/foreign/gcc/libffi/src/arm/sysv.S:189: Error: selected processor does not support ARM mode `stfeqs f0,[r2]'
How to solve it? Is there any way to install arc on Raspberry? |