InstallGccOnFreerunner

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: To install Gcc, the Gnu compiler collection, that provides a C compiler just install the following packages to your Freerunner. '''It's tested on OM 2008.8 and OM 2008.9''' <pre>opkg ins...)
 
(Categorize)
Line 4: Line 4:
  
 
<pre>opkg install gcc binutils gcc-symlinks libc6-dev</pre>
 
<pre>opkg install gcc binutils gcc-symlinks libc6-dev</pre>
 +
 +
[[Category:Application Developer]]
 +
[[Category:System Developers]]

Revision as of 09:23, 1 October 2008

To install Gcc, the Gnu compiler collection, that provides a C compiler just install the following packages to your Freerunner.

It's tested on OM 2008.8 and OM 2008.9

opkg install gcc binutils gcc-symlinks libc6-dev
Personal tools

To install Gcc, the Gnu compiler collection, that provides a C compiler just install the following packages to your Freerunner.

It's tested on OM 2008.8 and OM 2008.9

opkg install gcc binutils gcc-symlinks libc6-dev