[Chicken-users] Chicken on OpenMoko

2007-08-22 Thread john
I successfully built Chicken for my OpenMoko phone. It was the first time I used the cross compilation options described on the wiki. They worked a charm and made it nice and easy to cross compile an egg (nice job Felix). Anyway, I will add some details to the wiki about it. Cheers, John. _

Re: [Chicken-users] Chicken on OpenMoko

2007-08-22 Thread Shawn Rutledge
This is awesome news! I will be wanting to do that too, pretty soon (just got my GTA-01 a few days ago). I assume you did this with OpenEmbedded? On 8/22/07, john <[EMAIL PROTECTED]> wrote: > I successfully built Chicken for my OpenMoko phone. It was the first > time I used the cross compilation

Re: [Chicken-users] Chicken on OpenMoko

2007-08-22 Thread Nelson Castillo
On 8/22/07, Shawn Rutledge <[EMAIL PROTECTED]> wrote: > This is awesome news! I will be wanting to do that too, pretty soon > (just got my GTA-01 a few days ago). I assume you did this with > OpenEmbedded? Hey, we just got one too :) It would be nice to have a .bb recipe for chicken (openembedd

Re: [Chicken-users] Chicken on OpenMoko

2007-08-22 Thread john
I have not tried to build with OpenEmbedded yet as I only really need the runtime library etc which is easy enough to copy across to the device. Would be good to see how that works! I used the cross tools generated by MokoMakefile but just did a standard autoconf build as described on the wiki