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: performing updates from gcc cvs and building


On Wednesday, December 22, 2004, at 05:57 AM, Mathieu Lacage wrote:
Would someone be kind enough to tell me what I do wrong ?


I find your message confusing. If you rm -rf objdir/* as you indicate at the top of your email, then, there should be no problem, and you indicate that you can solve the problem by doing that at the end of your message.

Anyway, besides what Ian said, you might try installing one of these compilers as gcc and using it to compile the compiler. That reduces tension between the stage1 and later stages, not that it should be necessary, but I often find it useful.

I always rebuild in the same object directory, and never remove it. At most, rm -rf <target>/* and/or rm Makefile and config.cache files and reconfigure. Usually this works ok.

It is also possible that other targets like cleanstrap,restrap or unstage might be useful, but, since you didn't give enough information, I can't tell.


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