Message-ID: <326C0568.8F7@idt.com> Date: Mon, 21 Oct 1996 16:21:12 -0700 From: Kai-Uwe Killiches MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Compiler chrash with -g Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Thanks for the answer. Now some details. I call the compiler with the following : -gcc -c -g -G0 - O0 -DNO_LOGNAMES -nostdlibs -I/IDTC5.1 -fsigned-char -msoft-float -mcpu=R3000 -mips1 -o cpuconfg.o cpuconfg.c. To transfer the Program is not that easy because i got 33 Headerfiles. The c prog it self is just calling some function, but in the header are a lot of typedefs and varibles declaration. The Compiler chrashed only with the -g option and only if i use ecoff-format with elf-format it works. Any idea will be helpfull. Thanks kai