Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-08 Thread Alexander Burger
Hi Jeronimo, > I'm not sure if it would be OK for an OpenWRT package to have > executables outside /usr/bin, but I certainly can get things to > work so users can call "pil" and not "pico". I understand. "/usr/bin/picolisp" doesn't need to be a link then, just a 'mv' of the binary to "/usr/bin"

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-08 Thread Jeronimo Pellegrini
On Sat, Aug 07, 2010 at 03:27:22PM +0200, Alexander Burger wrote: > Hi Jeronimo, Hello! > On Fri, Aug 06, 2010 at 09:57:36PM +0200, Alexander Burger wrote: > > Bingo! Now I can start 'pico' :) > > BTW: Perhaps using 'pico' for the name of the start script is a bit > impractical. In fact, 'picoli

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-07 Thread Alexander Burger
Hi Jeronimo, On Fri, Aug 06, 2010 at 09:57:36PM +0200, Alexander Burger wrote: > Bingo! Now I can start 'pico' :) BTW: Perhaps using 'pico' for the name of the start script is a bit impractical. In fact, 'picolisp' was called 'pico' until a few years ago, but it conflicts with the editor of the s

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Alexander Burger
On Fri, Aug 06, 2010 at 03:16:18PM -0300, Jeronimo Pellegrini wrote: > ii) Rebuild your OpenWRT image, but this time when you do "make > menuconfig", do not select "M"; do select "*". Bingo! Now I can start 'pico' :) Thanks! - Alex -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsu

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Jeronimo Pellegrini
On Fri, Aug 06, 2010 at 07:59:26PM +0200, Alexander Burger wrote: > Hi Jeronimo, Hi Alex, > > Isn't it at > > bin/malta/packages/picolisp_3.0.3-3_malta.ipk ? > > This is there. What I meant was when I run the emulator with > >$ qemu-system-mipsel' penwrt-image.elf -nographic > > In the bu

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Alexander Burger
Hi Jeronimo, > > like 'pico' or 'lisp' in the file system. Do I have to mount something? > > Isn't it at > bin/malta/packages/picolisp_3.0.3-3_malta.ipk ? This is there. What I meant was when I run the emulator with $ qemu-system-mipsel' penwrt-image.elf -nographic In the busybox I searche

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Jeronimo Pellegrini
On Fri, Aug 06, 2010 at 07:04:49PM +0200, Alexander Burger wrote: > Hi Jeronimo, Hi Alex, > > The 3rd packaging seems to work fine. It looks like -fPIC > > Yep, now 'make world' terminated successfully :) > > However, though I configured 'picolisp' as , I cannot find anything > like 'pico' or '

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Alexander Burger
Hi Jeronimo, > The 3rd packaging seems to work fine. It looks like -fPIC Yep, now 'make world' terminated successfully :) However, though I configured 'picolisp' as , I cannot find anything like 'pico' or 'lisp' in the file system. Do I have to mount something? Cheers, - Alex -- UNSUBSCRIBE:

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Jeronimo Pellegrini
Hello, The 3rd packaging seems to work fine. It looks like -fPIC is really necessary for shared libraries on qemu/malta (although not necessarily on the MIPS device, oddly), so I included it in a patch. Please try it and tell me if anything is broken! J. -- UNSUBSCRIBE: mailto:picol...@softwar

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Jeronimo Pellegrini
On Fri, Aug 06, 2010 at 11:38:31AM +0200, Alexander Burger wrote: > Hi Jeronimo, Hello Alex! > > Could you try > > make world V=99 > > And tell me if you get the same error? > > I did that already to get the detailed error message in my last mail. I > put the V=99 right after the 'make', though

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Alexander Burger
Hi Jeronimo, > Could you try > make world V=99 > And tell me if you get the same error? I did that already to get the detailed error message in my last mail. I put the V=99 right after the 'make', though, not after 'world', but this should probably not make any difference. Cheers, - Alex -- UN

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Jeronimo Pellegrini
Hi Alex, Could you try make world V=99 And tell me if you get the same error? J. On Fri, Aug 06, 2010 at 09:22:04AM +0200, Alexander Burger wrote: > OK, now I hit the next problem: After unpacking picolisp-3.0.3-2.tar.gz > in "trunk/" (resulting in "package/picolisp/"), configuring for > "MIP

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-06 Thread Alexander Burger
OK, now I hit the next problem: After unpacking picolisp-3.0.3-2.tar.gz in "trunk/" (resulting in "package/picolisp/"), configuring for "MIPS Malta CoreLV board (qemu)", selecting for picolisp under "Languages" in menuconfig, I started $ make target/linux/clean world This goes well until it b

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-05 Thread Alexander Burger
Hi Jeronimo, > That's strange... When I do "make menuconfig" the malta option > for target system is there ("MIPS Malta CoreLV board (qemu)") > That menu is a long list and you have to scroll down to find this Oh, uhh :-( It seems that I'm blind! I was searching down the list, and somehow skippe

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-05 Thread Jeronimo Pellegrini
On Thu, Aug 05, 2010 at 04:49:45PM +0200, Alexander Burger wrote: > Hi Jeronimo, Hello! > > Oh, you're probably using the "backfire" branch on the OpenWRT > > subversion repository, right? The malta target is only available > > in the "trunk" branch: > > > > svn co svn://svn.openwrt.org/openwrt/

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-05 Thread Alexander Burger
Hi Jeronimo, > Oh, you're probably using the "backfire" branch on the OpenWRT > subversion repository, right? The malta target is only available > in the "trunk" branch: > > svn co svn://svn.openwrt.org/openwrt/trunk/ > > I'll update the instructions today. The instructions seemed to be all rig

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-05 Thread Jeronimo Pellegrini
On Thu, Aug 05, 2010 at 03:49:55PM +0200, Alexander Burger wrote: > Hi Jeronimo, Hi Alex, > > There are also instructions on that page for running OpenWRT > > under qemu (which is useful for testing and staging). > > Of course, I'd like to try it :) However, when I follow the advice > >$ ma

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-05 Thread Alexander Burger
Hi Jeronimo, > This is a somewhat late[0] announcement of PicoLisp packages for > OpenWRT. Great! Thanks! > There are also instructions on that page for running OpenWRT > under qemu (which is useful for testing and staging). Of course, I'd like to try it :) However, when I follow the advice

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-04 Thread Daniel Elliott
Jeronimo's cross-compile is working very well and he has been a great resou= rce. I think the prospect of sharing code between an embedded device and an application server is pretty cool. Is was the best selling point to get me into PicoLisp. - dan On Wed, Aug 4, 2010 at 6:28 AM, Jeronimo Pelle