|
|
发表于 2006-10-13 12:55:11
|
显示全部楼层
To compile gcc, you should create a new working directory (e.g. gcc-build) along side with the gcc source tree. This is recommended by gcc developers and is stated in the LFS handbook. So, obviously, this build directory will not have any gcc executable files!
You should read the LFS handbook very carefully and understand WHY packages are compiled in such way, not just know WHAT to do.
There is a check point to determine whether your toolchain is working properly in later chapter of the book.
Good luck! |
|