From: pavenis AT lanet DOT lv To: "Norberto Alfredo Bensa" , djgpp-workers AT delorie DOT com Date: Mon, 28 May 2001 10:17:05 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc 2.95.3 can't built itself? Message-ID: <3B1225A1.13201.10ADCE@localhost> In-reply-to: <027f01c0e73f$cd391500$0100a8c0@fibertel.com.ar> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 May 2001, at 3:31, Norberto Alfredo Bensa wrote: > I've been trying to build gcc 2.95.3 for last two or three days and it > fails. > > Here's the log file from stage 3 (near the error, the actual file is about > 60K) > > cc1.exe: warning: option -mno-bnu210 is deprecated. It's recommended to > upgrade > /djgpp/gnu/gcc-2.953/build.djg/gcc/stage2/xgcc -B/djgpp/gnu/gcc-2.953/build. > djg/ > cc1.exe: warning: option -mno-bnu210 is deprecated. It's recommended to > upgrade > c:\djgpp\tmp\ccXSAXNf.s: Assembler messages: > c:\djgpp\tmp\ccXSAXNf.s:4882: Error: invalid character '.' in mnemonic > c:\djgpp\tmp\ccXSAXNf.s:4883: Error: invalid character '_' in mnemonic > make.exe[2]: *** [class.o] Error 1 > make.exe[2]: Leaving directory `c:/djgpp/gnu/gcc-2.953/build.djg/gcc/cp' > make.exe[1]: *** [cc1plus.exe] Error 2 > make.exe[1]: Leaving directory `c:/djgpp/gnu/gcc-2.953/build.djg/gcc' > make.exe: *** [all-gcc] Error 2 > Haven't met anything similar however I used binutils-2.9.1 (not 2.11) to build gcc-2.95.3 for DJGPP (otherwise -mno-bnu210 would be useless as I should get gcc binaries incompatible with binutils 2.[89].*) One more difference is that I build gcc-2.95.3 for DJGPP under Linux (native building is less tested this time but it worked for me at least once) I suggest to rerun stage3 after adding -save-temps to CFLAGS and inspect assembler output near failure Andris > > This is a fresh DJGPP install, binaries from Simtelnet: > > acnf213b.mft dif272b.mft fil316b.mft grep24b.mft sed302b.mft > amake14b.mft djdev203.mft find41b.mft gwk306b.mft shl112b.mft > bnu211b.mft djlsr203.mft gcc2953b.mft m4-14b.mft tar112ab.mft > bsh204b.mft djtzn203.mft gcc2953s.mft mak3791b.mft txi40b.mft > bsn128b.mft djtzs203.mft gpp2953b.mft pat253b.mft txt20b.mft > > > >