From: pavenis AT lanet DOT lv To: Will Robinson , djgpp AT delorie DOT com Date: Fri, 24 Aug 2001 12:12:41 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: linux->dos cross-compiler Message-ID: <3B8644B9.22816.5F6E45@localhost> References: <3B85FEBA DOT 9E2ECF7B AT falconsoft DOT be> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com On 24 Aug 2001, at 0:42, Will Robinson wrote: > > > Looks like the compiler is generating bogus assembler. > > > > Yup. Actually, I can't currently get this far, as binutils 2.11 had a > > serious bug with DJGPP (an assertion failure in the assembler). That's > > probably why I didn't build any of the libs. > > Just FYI, I found that the offending assembler line is: > > .def __vptr$__basic_file; .val 0; .scl 8; .type 01124; .endef > > (I compressed some excess whitespace there). > Known problem I suggest looking for changes done for DJGPP port of gcc-3.0 (see archive v2gnu/alphas/gcc30s2.zip) or more exactly for patch to gcc/sdbout.c. Andris