gcc for Native compilation on Openmoko

2008-09-04 Thread Masoom Alam
Hi Every one,

I am a new bie playing arround openmoko. I was wondering that no gcc is
available `on native openmoko platform. Can any body point out that is there
has been some efforts in this regard, and point me out a link.

Regards,
MM Alam
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: gcc for Native compilation on Openmoko

2008-09-04 Thread yves mahe
Masoom Alam wrote:
 Hi Every one,
 
 I am a new bie playing arround openmoko. I was wondering that no gcc is 
 available `on native openmoko platform. Can any body point out that is 
 there has been some efforts in this regard, and point me out a link.
 
By default, it's not the function of a mobile phone to compile programs. 
  So a lot of current Linux utilities have been dropped to fit in the 
Flash memory.

To install gcc :

opkg install gcc

Maybe you will need to install also :

opkg install make gcc-symlinks cpp

Regards
Yves Mahe


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: gcc for Native compilation on Openmoko

2008-09-04 Thread Masoom Alam
I got the following errors:

Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package make.
Check the spelling or perhaps run 'opkg update'
Cannot find package gcc-symlinks.
Check the spelling or perhaps run 'opkg update'
Cannot find package cpp.
Check the spelling or perhaps run 'opkg update'


Any clue?

Regards,
MM Alam

On Thu, Sep 4, 2008 at 1:20 PM, yves mahe [EMAIL PROTECTED] wrote:

 Masoom Alam wrote:
  Hi Every one,
 
  I am a new bie playing arround openmoko. I was wondering that no gcc is
  available `on native openmoko platform. Can any body point out that is
  there has been some efforts in this regard, and point me out a link.
 
 By default, it's not the function of a mobile phone to compile programs.
  So a lot of current Linux utilities have been dropped to fit in the
 Flash memory.

 To install gcc :

 opkg install gcc

 Maybe you will need to install also :

 opkg install make gcc-symlinks cpp

 Regards
 Yves Mahe


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Regards,
MM Alam
SERG Pakistan
http://serg.imsciences.edu.pk
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: gcc for Native compilation on Openmoko

2008-09-04 Thread yves mahe
Masoom Alam wrote:
 I got the following errors:
 
 Nothing to be done
 An error ocurred, return value: 4.
 Collected errors:
 Cannot find package make.
 Check the spelling or perhaps run 'opkg update'
 Cannot find package gcc-symlinks.
 Check the spelling or perhaps run 'opkg update'
 Cannot find package cpp.
 Check the spelling or perhaps run 'opkg update'
 
 
 Any clue?

Did you try 'opkg update' ?

You need to have the good feeds in /etc/opkg depending on your software 
version.

See
http://wiki.openmoko.org/wiki/Package_management
http://wiki.openmoko.org/wiki/Om_2008.8_Installer#How_to_add_a_Repository_.3F

Hope this helps


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community