Re: ext:Snx undefnied pil32 termux local build

2019-04-20 Thread JmageK
Thanks for searching but it appears to be the same as what I did. Comment M32 option. JmageK -- Securely sent with Tutanota Apr 21, 2019, 1:03 AM by erik.d.gustaf...@gmail.com: > This might work - Compile 32-bit picolisp on ARM (RPi) > > https://gist.github.com/aw/714d1840bbabb782ecb2 >

Re: ext:Snx undefnied pil32 termux local build

2019-04-20 Thread Erik Gustafson
This might work - Compile 32-bit picolisp on ARM (RPi) https://gist.github.com/aw/714d1840bbabb782ecb2 /erik On Sat, Apr 20, 2019, 9:14 AM JmageK wrote: > Does anyone have a working makefile for pil32 arm? or can help me get this > working. > > I compiled pil32 on termux with gcc-8, it works

Re: ext:Snx undefnied pil32 termux local build

2019-04-20 Thread JmageK
I do have a seperate pil64 install for the emulated version. It's just that it can be slow, startup(in debug mode) and numeric computation. When doing certain things the performance gap between pil32 and emu pil64 can also be quite high $ pil64  : (Bench(t (who 'car]  -> 13.575 secs $ pil : (b

Re: ext:Snx undefnied pil32 termux local build

2019-04-20 Thread Alexander Burger
Hi JmageK, > Does anyone have a working makefile for pil32 arm? or can help me get this > working. I don't have a Makefile, and in fact nothing for pil32, but if pil64 and/or emu32 is OK for you, you can grab the scripts PilBox/mk.arm64.android PilBox/mk.emu.arm32 from https://software-la

ext:Snx undefnied pil32 termux local build

2019-04-20 Thread JmageK
Does anyone have a working makefile for pil32 arm? or can help me get this working. I compiled pil32 on termux with gcc-8, it works but fails the test for ext:Snx 'Common lisp' string, ext:Base64 does not work too. But (ht:Prin 212) and (ht:Pack '("h" "n")) work fine. The ext file is present in