From: "Keith McCormick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help building Allegro!?! Date: 6 Sep 1999 00:48:29 GMT Organization: Lines: 102 Message-ID: <936578909.807231@ridge.spiritone.com> References: NNTP-Posting-Host: ridge.spiritone.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Trace-ISP: 936578908 28224 206.98.120.106 hf7n/F1:xqz98 X-Complaints-To-ISP: abuse at spiritone dot com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Here are the various crash dumps that I have gotten. The allegro build process does not even want to finish. The library completes, but when it startes creating exe's those crash and the build won't continue. ################# Exiting due to signal SIGSEGV Bounds Check at eip=00000022 eax=00000013 ebx=00000001 ecx=00021ae8 edx=00120066 esi=00000009 edi=00008c70 ebp=001d9fec esp=001d9fe8 program=C:\DJGPP\CONTRIB\ALLEGRO\TOOLS\DAT2S.EXE cs: sel=38d7 base=8c707000 limit=f79effff ds: sel=391f base=8c707000 limit=f79effff es: sel=391f base=8c707000 limit=f79effff fs: sel=3857 base=00010a50 limit=0000ffff gs: sel=394f base=00000000 limit=0010ffff ss: sel=391f base=8c707000 limit=f79effff App stack: [001da000..0015a000] Exceptn stack: [000bab60..000b8c20] Call frame traceback EIPs: 0x00000022 0x0007ad31 ################# Exiting due to signal SIGSEGV General Protection Fault at eip=0007ae8d eax=000000af ebx=0007af94 ecx=00000010 edx=00000054 esi=0007af94 edi=086e74a4 ebp=00000fbc esp=00000fbc program=C:\DJGPP\CONTRIB\ALLEGRO\TOOLS\DAT2S.EXE cs: sel=00a7 base=8c62e000 limit=0013ffff ds: sel=00af base=8c62e000 limit=0013ffff es: sel=00af base=8c62e000 limit=0013ffff fs: sel=0087 base=000082d0 limit=0000ffff gs: sel=00bf base=00000000 limit=0010ffff ss: sel=033b invalid App stack: [0013ac6c..000bac6c] Exceptn stack: [000bab60..000b8c20] Call frame traceback EIPs: 0x0007ae8d ___djgpp_exception_table+301 ################# Exiting due to signal SIGSEGV Page fault at eip=00000001, error=0004 eax=00000000 ebx=00000001 ecx=00021ae8 edx=00000054 esi=00000009 edi=00086e75 ebp=fff35fec esp=fff35fe4 program=C:\DJGPP\CONTRIB\ALLEGRO\TOOLS\DAT2S.EXE cs: sel=00a7 base=8c861000 limit=fff35fff ds: sel=00af base=8c861000 limit=fff35fff es: sel=00af base=8c861000 limit=fff35fff fs: sel=0087 base=000082d0 limit=0000ffff gs: sel=00bf base=00000000 limit=0010ffff ss: sel=00af base=8c861000 limit=fff35fff App stack: [fff36000..ffeb6000] Exceptn stack: [000bab60..000b8c20] Call frame traceback EIPs: 0x00000001 0x1 0x0007ad31 ___crt1_startup+145 ################# Exiting due to signal SIGILL Invalid Opcode at eip=00000000 eax=00000000 ebx=00000001 ecx=00021ae8 edx=00000054 esi=00000009 edi=000bac6c ebp=0013ac54 esp=0013ac48 program=C:\DJGPP\CONTRIB\ALLEGRO\TOOLS\DAT2S.EXE cs: sel=00a7 base=8c62e000 limit=0013ffff ds: sel=00af base=8c62e000 limit=0013ffff es: sel=00af base=8c62e000 limit=0013ffff fs: sel=0087 base=000082d0 limit=0000ffff gs: sel=00bf base=00000000 limit=0010ffff ss: sel=00af base=8c62e000 limit=0013ffff App stack: [0013ac6c..000bac6c] Exceptn stack: [000bab60..000b8c20] Call frame traceback EIPs: 0x00000000 0 0x0007ad31 ___crt1_startup+145 ################# I was able to 'symify' all but the first one because I use a batch file to redirect the output incase there are any errors or warning messages that I can refer back to. The crash dumps are all just variations of these. Incidentally, my system consists of AMD K6 400, Ali motherboard, 128Mb RAM, and Win98 plain w/ service pack upgrade. I am using the DJDEV 3rd alpha that is posted on simtel.net and a ported version of binutils 2.9.1 and gcc 2.95.1. I have had no trouble with this setup until allegro. Another thing, is there a newer build of binutils that I can patch to DJGPP. I think I read somewhere that a newer version of binutils has support for 3DNow in the 'as' program. Thanks for the help... KeithM