Tuesday, June 1, 2010

Chapter 5.10 GCC Pass 2

Oh dear. Now they want the patch installed? I have done this already. Did this affect the first pass? Should I run it again? Yes, because I deleted the sources and have to re-configure.

Being sure to cd into gcc directory first, run the patch command.

Bootstrap is a funny word.


"Before starting to build GCC, remember to unset any environment variables that override the default optimization flags. " This sounds rather important but I don't know what to do. I have saved my environment (using env) just in case something goes wrong. But for now, continue. During the make, all the paths have the word tools in them.

Hooray! So far so good,

readelf -l a.out | grep ': /tools'
[Requesting program interpreter: /tools/lib/ld-linux.so.2]


Tools directory, tree gives me 200 files,2879 files.

No comments:

Post a Comment