Re: android success with full picolisp

2012-02-21 Thread Konrad Zielinski
Do you know if this approach would work for on a Kindle Keyboard as well? It would be an interesting way to add functionaltiy to my kindle. regs Konrad On Tue, Feb 21, 2012 at 2:04 PM, Joe Bogner wrote: > Doug - Neat! I took a different approach and got picolisp working on my > android phone

Re: android success with full picolisp

2012-02-20 Thread Joe Bogner
Doug - Neat! I took a different approach and got picolisp working on my android phone and kindle fire by using terminal-ide ( http://code.google.com/p/terminal-ide/ ) as the shell and cross compiling picoLisp with gcc-arm-linux-gnueabi on my linux box. I can post the binary if anyone is interested.

Re: android success with full picolisp

2012-02-20 Thread José Romero
On Mon, 20 Feb 2012 18:46:59 -0800 (PST) Doug Snead wrote: > More android + picolisp fun, this time with the full picolisp.  Using > the android SDK and NDK, I hacked a picolisp/src/makefile to work for > android's arm processor like this: > > --- makefile --- > [snip] > > CFLA

android success with full picolisp

2012-02-20 Thread Doug Snead
More android + picolisp fun, this time with the full picolisp.  Using the android SDK and NDK, I hacked a picolisp/src/makefile to work for android's arm processor like this: --- makefile --- [snip] CFLAGS := -c -O2  -pipe \         -falign-functions=64 -fomit-frame-pointer -fn