Date: Fri, 3 Oct 1997 05:41:50 -0400 (EDT) From: Laszlo Vecsey To: djgpp AT delorie DOT com Subject: GNU/Linux cross compiler for DJGPP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I tried upgrading my 2.7.2.2 installation to 2.7.2.3, along with the new binutils 2.8.1, the latter of which seems to have broken things. The djgpp.djl (linker file) used to be set with an output format of "coff-i386", but this type no longer exists with the new ld in binutils-2.8.1. Instead, I see the targets "a.out-i386" and "msdos" supported, neither of which work when I adjust the output format in the linker file. Compiling a hello.c program now gives the following error: /usr/i386-go32-msdos/lib/crt0.o: file not recognized: File format not recognized So I believe all I need is a new crt0.o, due to the binutils changes. Where can I grab one, or better yet, how can it be built? - lv