InstallGccOnFreerunner

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Categorize)
(catchg)
 
Line 5: Line 5:
 
<pre>opkg install gcc binutils gcc-symlinks libc6-dev</pre>
 
<pre>opkg install gcc binutils gcc-symlinks libc6-dev</pre>
  
[[Category:Application Developer]]
+
[[Category:Developer resources]]
[[Category:System Developers]]
+

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