Javier Alarcón Pérez wrote:
i have this problem compiling gcc 4.3.0:
make[2]: se ingresa al directorio `/media/host/gcc-bin'
make[3]: se ingresa al directorio `/media/host/gcc-bin'
rm -f stage_current
make[3]: se sale del directorio `/media/host/gcc-bin'
Comparing stages 2 and 3
warning: ./cc1-checksum.o differs
warning: ./cc1obj-checksum.o differs
warning: ./cc1plus-checksum.o differs
1. Bootstrap comparison failure!
./alias.o differs
./alloc-pool.o differs
./attribs.o differs
...
...
...
/lower-subreg.o differs
./matrix-reorg.o differs
./mode-switching.o differs
./modulo-sched.o differs
make[2]: *** [compare] Error 1
make[2]: se sale del directorio `/media/host/gcc-bin'
make[1]: *** [stage3-bubble] Error 2
make[1]: se sale del directorio `/media/host/gcc-bin'
http://gcc.gnu.org/ml/gcc-bugs/2007-09/msg00724.html , this is a bug?
how could i revolve this problem??
I don't think the question can be answered from the information you have
given. It could be that it is due to a change in your configuration after
stage 1 or 2 was partly built, and that starting over cleanly could fix
it. In the case to which you refer, which you apparently didn't look it,
it means the compiler you have generated is broken, but you haven't given
any indication of the reasons.