Re: T-shirt store (was: Re: how to compile from source directly from a neo freerunner)

2008-09-10 Thread Previdi Roberto
good idea :) On Tue, Sep 9, 2008 at 6:59 PM, Michael Shiloh [EMAIL PROTECTED] wrote: Oooh! T-shirt! Perhaps with a picture of a compilation taking place on a FreeRunner! ___ Openmoko community mailing list community@lists.openmoko.org

how to compile from source directly from a neo freerunner

2008-09-09 Thread Thomas Bertani
I want to compile (with ./configure;make;make install) a software from source on the neo freerunner without sdk or toolchain, directly from the phone. What I have to install? ___ Openmoko community mailing list community@lists.openmoko.org

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread sparky mat
I think you need to apt-get the following: binutils g++ cpp libc6-dev (I think you might need g++-symlinks cpp-symlinks - not sure if they are pulled in automatically) On Tue, Sep 9, 2008 at 5:40 PM, Thomas Bertani [EMAIL PROTECTED] wrote: I want to compile (with ./configure;make;make

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Previdi Roberto
i love you.. i've been able to compile wget from sources. i had to install the gettext package too, to get the msgfmt binary. the report of time make is: real 4m 54,26 user 4m 21.92 sys 0m 25,34 so it seems that the cpu is busy making qpe survive.. anyway less than 5 minutes to get a complete

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Thomas Bertani
2008/9/9 sparky mat [EMAIL PROTECTED] I think you need to apt-get the following: binutils g++ cpp libc6-dev (I think you might need g++-symlinks cpp-symlinks - not sure if they are pulled in automatically) Thanks, binutils is what I was searching for

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Marco Trevisan (Treviño)
Thomas Bertani wrote: I want to compile (with ./configure;make;make install) a software from source on the neo freerunner without sdk or toolchain, directly from the phone. What I have to install? Well, wouldn't it so slow? It's a 400Mhz, btw! :P -- Treviño's World - Life and Linux

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Thomas Bertani
2008/9/9 Marco Trevisan (Treviño) [EMAIL PROTECTED] Thomas Bertani wrote: I want to compile (with ./configure;make;make install) a software from source on the neo freerunner without sdk or toolchain, directly from the phone. What I have to install? Well, wouldn't it so slow? It's a

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Previdi Roberto
yes it's slow, but it's all in the emotion.. You don't have a real linux system if you cannot compile code in it... On Tue, Sep 9, 2008 at 2:40 PM, Marco Trevisan (Treviño) [EMAIL PROTECTED]wrote: Thomas Bertani wrote: I want to compile (with ./configure;make;make install) a software from

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Michael Shiloh
Previdi Roberto wrote: yes it's slow, but it's all in the emotion.. You don't have a real linux system if you cannot compile code in it... Oooh! T-shirt! Perhaps with a picture of a compilation taking place on a FreeRunner! ___ Openmoko community

T-shirt store (was: Re: how to compile from source directly from a neo freerunner)

2008-09-09 Thread Michael Shiloh
Previdi Roberto wrote: yes it's slow, but it's all in the emotion.. You don't have a real linux system if you cannot compile code in it... Oooh! T-shirt! Perhaps with a picture of a compilation taking place on a FreeRunner! ___ Openmoko

T-shirt store (was: Re: how to compile from source directly from a neo freerunner)

2008-09-09 Thread Michael Shiloh
Previdi Roberto wrote: yes it's slow, but it's all in the emotion.. You don't have a real linux system if you cannot compile code in it... Oooh! T-shirt! Perhaps with a picture of a compilation taking place on a FreeRunner! ___ Openmoko

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Jose Luis Perez Diez
On Tue, Sep 9, 2008 at 6:59 PM, Michael Shiloh [EMAIL PROTECTED] wrote: Previdi Roberto wrote: yes it's slow, but it's all in the emotion.. You don't have a real linux system if you cannot compile code in it... Oooh! T-shirt! Perhaps with a picture of a compilation taking place on a

Re: how to compile from source directly from a neo freerunner

2008-09-09 Thread Lally Singh
On Tue, Sep 9, 2008 at 8:40 AM, Marco Trevisan (Treviño) [EMAIL PROTECTED] wrote: Thomas Bertani wrote: I want to compile (with ./configure;make;make install) a software from source on the neo freerunner without sdk or toolchain, directly from the phone. What I have to install? Well,