Mail Archives: djgpp/1994/10/05/15:07:18
On Tue, 4 Oct 1994, Christoph Quix wrote:
>
> Hi!
>
> I am using DJGPP 2.6.0 on 386 DX 33 with 8 MB RAM.
> I tried to start GDB 4.12 but it crashes with the following output:
>
>
> Unsupported DOS request at eip=9003581b
> eax=0000fe01 ebx=7ffffc0c ecx=00000000 edx=7ffffc04 esi=00000000 edi=7ffffc00
> ebp=7ffffb2c esp=7ffffb24 cs=d8 ds=48 es=48 fs=48 gs=38 ss=48 cr2=0000b7b2
> Call frame traceback EIPs:
> 0x9003581b
> 0x90035aa0
> 0x90000b47
>
>
> Does anybody know what I am doing wrong?
>
> Bye,
> Christoph
>
>
>
To use gdb:
gcc prog.c -o prog
go32 -d gdb prog
Ed
/****************************************************************************/
/* Ed Phillips flaregun AT strauss DOT udel DOT edu University of Delaware */
/* Jr Systems Programmer (302) 831-6082 IT/Network and Systems Services */
/****************************************************************************/
- Raw text -