This is the mail archive of the gcc@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]

Re: Problems with bootstrapping 4.0.1


Kevin McBride wrote:
I have been having comparison errors while building a native 4.0.1
compiler for my Fedora Core 4 system.

Running
cmp c-pragma.o stage2/c-pragma.o
on your provided files says that they identical. If you are getting comparison failures on these files, then perhaps your "cmp" program is broken. Or perhaps you included the wrong files to look at.


Your makefile output is a little odd, as you give the compile line for c-pragma.o first, and then the compile lines for c-parse.o. Probably a simple cut and paste error. This is probably not relevant anyways. It is highly unlikely that there is a problem with the gcc command line args during stage2 or stage3.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com



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