Mail Archives: djgpp/1999/09/09/12:19:53
On Wed, 8 Sep 1999, Andy wrote:
> I am having a similar problem, I use djgpp 2.02 with gcc/gpp 2.95.1 bnu
> 2.8.1, and I get a variety of crashes (Internal errors, SIGSEV errors), in
> various departments, sound and grafix (twice in mixer.c)
No, this is a totally different case, see below.
> Exiting due to signal SIGSEGV
> General Protection Fault at eip=0054779b
> eax=0000005f ebx=00547774 ecx=00000007 edx=00000000 esi=00000000
> edi=00000000
> ebp=00323a5d esp=00333958
> program=C:\UTILS\DJGPP\LIB\GCC-LIB\DJGPP\2.951\CC1.EXE
^^^^^^^
See? The program that crashed is cc1.exe, the C compiler. The
original message that started this thread talked about an Allegro
program that crashed, not the compiler.
> 0x0054779b
> make.exe: *** [obj/djgpp/mixer.o] Error 1
>
> Sorry no data from symify
This is normal: DJGPP binaries distributed in the zip files are
stripped of the debugging symbols, so SYMIFY won't find anything.
> not much time now and I do not know how to use
> the program yet, I have not found the docs
Section 9.2 of the FAQ tells you how to use SYMIFY.
- Raw text -