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...)
 
(catchg)
 
(One intermediate revision by one user not shown)
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:Developer resources]]

Latest revision as of 13:12, 19 July 2009

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