Re: compiling on arm

2015-06-29 Thread Jeronimo Pellegrini
Hello, I have a package for OpenWRT here: http://aleph0.info/jp/software/lisp-forth-openwrt/ which includes a patch to compile PicoLisp on ARM: http://aleph0.info/jp/software/lisp-forth-openwrt/picolisp-3.1.10-openwrt2.tar.gz What I do is to use "-mabi=32 -fPIC" in CFLAGS and not use -m32 at all.

Re: compiling on arm

2015-06-28 Thread Alexander Burger
Hi Tomas, > >> "ugly". > > > > Really? When was that? Please excuse my bad memory .. ;) > > I managed to find those emails now: > > https://www.mail-archive.com/picolisp%40software-lab.de/msg03802.html > https://www.mail-archive.com/picolisp%40software-lab.de/msg03434.html There seems nothing a

Re: compiling on arm

2015-06-28 Thread Tomas Hlavaty
Hi Alex, >> I am trying to compile the latest picolisp 3.1.10 on 32 bit ARM. >> >> I remember I sent a patch fixing ARM compilation a while ago but that >> wasn't accepted, because the aditional cases would make the Makefile >> "ugly". > > Really? When was that? Please excuse my bad memory .. ;)

Re: compiling on arm

2015-06-28 Thread Alexander Burger
Hi Tomas, > I am trying to compile the latest picolisp 3.1.10 on 32 bit ARM. You could also take a look at how Debian (Kan-Ru Chen?) is doing it. I'm using PicoLisp on my Kobo E-Book reader, which has an ARM CPU. Works perfectly out of the box with "apt-get install picolisp" :) ♪♫ Alex -- UNSU

Re: compiling on arm

2015-06-28 Thread Alexander Burger
Hi Tomas, > I am trying to compile the latest picolisp 3.1.10 on 32 bit ARM. > > I remember I sent a patch fixing ARM compilation a while ago but that > wasn't accepted, because the aditional cases would make the Makefile > "ugly". Really? When was that? Please excuse my bad memory .. ;) >

compiling on arm

2015-06-28 Thread Tomas Hlavaty
Hi Alex, I am trying to compile the latest picolisp 3.1.10 on 32 bit ARM. I remember I sent a patch fixing ARM compilation a while ago but that wasn't accepted, because the aditional cases would make the Makefile "ugly". I ca fix it quickly simply by calling (cd src ; sed -i s/-m32//g Makefi