Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-21-2008, 07:06 AM
|
#1
|
|
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: mepis, ubuntu server ed.
Posts: 207
Rep:
|
GCC Build error Bootstrap comparison failure!
now i got this next error compiling gcc
i did
bash$:
Code:
CC="gcc -B/usr/bin/" ../gcc-4.3.2/configure --prefix=/tools --with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp --enable-languages=c --with-gmp=../tools/gmp --with-mpfr=../tools/mpfr
make j=2
i got
Code:
make[2]: Entering directory `/mnt/lfs/gcc-build'
make[3]: Entering directory `/mnt/lfs/gcc-build'
rm -f stage_current
make[3]: Leaving directory `/mnt/lfs/gcc-build'
Comparing stages 2 and 3
warning: ./cc1-checksum.o differs
Bootstrap comparison failure!
./gcc.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/mnt/lfs/gcc-build'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/mnt/lfs/gcc-build'
make: *** [all] Error 2
can anybody help please?
Last edited by R03L; 12-22-2008 at 04:47 AM.
Reason: j=2 not s=2
|
|
|
|
12-22-2008, 06:46 AM
|
#2
|
|
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: mepis, ubuntu server ed.
Posts: 207
Original Poster
Rep:
|
already solved it by make distclean and configure again.
|
|
|
|
07-21-2009, 08:39 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2009
Posts: 5
Rep:
|
Worked for me too...
I'm working on Linux From Scratch version 6.4 and got the same error on multiple object files for GCC 4.3.2:
The following made it work perfectly:
Code:
sudo make distclean
sudo ./configure
-Drew
|
|
|
|
07-22-2009, 04:25 AM
|
#4
|
|
Member
Registered: Feb 2008
Location: holland, near assen. (tt city)
Distribution: mepis, ubuntu server ed.
Posts: 207
Original Poster
Rep:
|
you post sude ./configure
i only use sudo by make install.
so i sh ./configure
make
and afther that i sudo make install 
|
|
|
|
07-22-2009, 12:55 PM
|
#5
|
|
LQ Newbie
Registered: Jul 2009
Posts: 5
Rep:
|
Yeah, I was using sudo a lot last night. Issuing a...
Code:
chown -R lfs /mnt/lfs
...ended all of that.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:12 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|