This shows you the differences between two versions of the page.
|
project:eeegen [2009/10/04 16:14] admin |
project:eeegen [2009/10/04 16:17] (current) admin |
||
|---|---|---|---|
| Line 387: | Line 387: | ||
| Now we will begin to re-compile our entire system for the Pentium-M processor (as that is our target's processor. | Now we will begin to re-compile our entire system for the Pentium-M processor (as that is our target's processor. | ||
| + | |||
| + | === Setup Alteration === | ||
| First, change the march option of our make.conf option, so our CFLAGS definition should now look like this: | First, change the march option of our make.conf option, so our CFLAGS definition should now look like this: | ||
| Line 395: | Line 397: | ||
| Now we first will rebuild our toolchain in order to ensure the effects to take place: | Now we first will rebuild our toolchain in order to ensure the effects to take place: | ||
| + | |||
| + | === Rebuild === | ||
| <code bash> | <code bash> | ||
| Line 413: | Line 417: | ||
| Now we have our perfect system! It's time to install software! | Now we have our perfect system! It's time to install software! | ||
| + | |||
| + | === Problems === | ||
| + | |||
| + | If you have problems (such as Python being a bitch), then simply skip the package (noting it): | ||
| + | |||
| + | <code bash> | ||
| + | emerge --resume --skipfirst -av | ||
| + | </code> | ||
| + | |||
| + | And then fix it afterwords similarly to how we have in the past. | ||
| ==== References ==== | ==== References ==== | ||