This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bootstrap comparison failure


At 01.04 09/01/2002 (GMT +0530), Jubin wrote:

>When i am compiling gcc on HP UX 11 i am getting the error
>Bootstrap comparison failure!
>
>Anybody knows what it is ??

When you bootstrap gcc, it does 4 things:
1) build gcc with the system compiler (1st stage)
2) build gcc with the 1st stage gcc built compiler
3) build gcc with the 2nd stage gcc built compiler
4) compares 2nd and 3rd stage built compilers, to ensure that everything is
working fine.

I've read in this list that the HP assembler embeds time stamps in the .o
files, so they ALWAYS look diferent.

>How to solve  this ??

I don't know if it is possible to disable this in the HP assembler, or to
tell gcc not to care about this.
The alternative would be to build and use GNU binutils (assembler, linker,
etc.), which don't have this problem.


This does'nt work out any other ways ?????

Regrads
jubin



DISCLAIMER: This email is bound by the terms and conditions described at 
http://www.subexgroup.com/mail-disclaimer.htm



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]