This shows you the differences between the selected revision and the current version of the page.
| software:toolchain 2007/02/03 13:31 | software:toolchain 2007/02/03 13:31 current | ||
|---|---|---|---|
| Line 104: | Line 104: | ||
| So now you can use GCC to compile very simple programs, like hello-world.c. To compile complex project you should compile additional binaries. First try to compile sed to test. | So now you can use GCC to compile very simple programs, like hello-world.c. To compile complex project you should compile additional binaries. First try to compile sed to test. | ||
| + | |||
| Line 113: | Line 114: | ||
| ./configure --prefix=/opt/toolchain-native/usr/local/ | ./configure --prefix=/opt/toolchain-native/usr/local/ | ||
| </code> | </code> | ||
| - | - Compile this. ''make'' | + | - Compile this: ''make'' |
| - | - Install this. ''make install''. This step is unecessary, because toolchain contains sed already, but you can test how 'install' works. | + | - Install this: ''make install''. This step is unecessary, because toolchain contains sed already, but you can test how 'install' works. |
| ==== How to compile something to use with IPKG system ==== | ==== How to compile something to use with IPKG system ==== | ||