HOWTO Compile Linux with the GumStix Buildroot: Difference between revisions

From HBMobile
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
Okay... assuming you've downloaded all the right packages, fixed the wonky links in the <code>/bin</code> directory and used subversion to check out the latest revision of the buildroot from GumStix's source repository, compiling is pretty simple. (I found these instructions on the GumStix documentation wiki at http://docwiki.gumstix.org/Buildroot ):<blockquote><code>cd ~/Projects/gumstix-buildroot<br/>make defconfig<br/>make</code></blockquote>
Okay... assuming you've downloaded all the right packages, fixed the wonky links in the <code>/bin</code> directory and used subversion to check out the latest revision of the buildroot from GumStix's source repository, compiling is pretty simple. (I found these instructions on the GumStix documentation wiki at http://docwiki.gumstix.org/Buildroot ):<blockquote><code>cd ~/Projects/gumstix-buildroot<br/>make defconfig<br/>make</code></blockquote>
[[Category:HOWTO]]

Latest revision as of 19:31, 16 December 2007

Okay... assuming you've downloaded all the right packages, fixed the wonky links in the /bin directory and used subversion to check out the latest revision of the buildroot from GumStix's source repository, compiling is pretty simple. (I found these instructions on the GumStix documentation wiki at http://docwiki.gumstix.org/Buildroot ):

cd ~/Projects/gumstix-buildroot
make defconfig
make