Re: Porting parrot on PDA

2007-02-23 Thread jerry gay
On 2/8/07, Hakim Cassimally <[EMAIL PROTECTED]> wrote: I'm keen to port to maemo (Nokia N800) - I'm guessing this will be easier as it's based on debian linux and uses scratchbox for cross compilation, but I believe it doesn't built out of the box. I'd like to join the porting effort if there's

Re: Porting parrot on PDA -- work in progress

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 08:28:38PM +0100, Aldo Calpini wrote: > I've managed to build parrot for the PocketPC. yes, really. > > I would appreciate any feedback :-) Feedback: Truly amazing, and terrific work. Aldo++ Pm

Re: Porting parrot on PDA -- work in progress

2007-02-13 Thread Joshua Isom
On Feb 13, 2007, at 1:28 PM, Aldo Calpini wrote: whoa there! furthermore, the Configure process uses $^O here and there, and this should eventually be replaced by an --arch=something parameter to Configure.pl (which defaults to $^O, of course). my parrot does indeed run some of the examples

Porting parrot on PDA -- work in progress

2007-02-13 Thread Aldo Calpini
whoa there! I've managed to build parrot for the PocketPC. yes, really. I hacked just a little the Configure process - now it _really_ compiles test executables, run them on the PDA and gather the result. this wasn't really hard. I had a half-written Perl XS extension which uses RAPI to comm

Re: Porting parrot on PDA

2007-02-08 Thread Hakim Cassimally
enough crossover to be able to help on this, cheerio, osfameron (sorry to break replyTo headers, I'm just newly resubscribed with this address) message 36281 From: Aldo Calpini <[EMAIL PROTECTED]> To: perl6-internals@perl.org Date: Mon, 29 Jan 2007 18:36:08 +0100 Subject: Portin

Porting parrot on PDA

2007-01-29 Thread Aldo Calpini
hello people! I'm really interested in porting parrot to PDA (well, PocketPC at least). some days ago I stumbled upon CeGCC (a cross compiler for PocketPC), which is basically a windows port of gcc (both cygwin and mingw32 flavours) that produces ARM executable code. I started playing with i