Arc Forumnew | comments | leaders | submitlogin
Install Arc on RaspberryPi
2 points by rbd 4325 days ago | 3 comments
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?


3 points by rocketnia 4325 days ago | link

Just in case... which version are you trying to install?

You mention "MzScheme," but don't let the arclanguage.org front page fool you. Arc works on up-to-date versions of Racket, not just the old MzScheme 372. See https://sites.google.com/site/arclanguagewiki/ for more comprehensive installation information.

I see some useful-looking Web search results for [Racket on Raspberry Pi], and they're much more recent than 2007.

-----

2 points by rbd 4325 days ago | link

I tried to install old 372 version of MzScheme as it was mentioned on http://arclanguage.org/install. Now I realized that that information is outdated and will try to install latest version of Racket.

Thanks.

-----

1 point by akkartik 4325 days ago | link

Thanks for trying this! I'm very curious to see if you manage this, but I don't think anybody here has tried this before. You're probably most likely to find help in he racket list that you've been searching.

Again, do come back and tell us if you get this working and what it took.

-----