Path: chuka.playstation.co.uk!news From: "Peter Armstrong" Newsgroups: scee.yaroze.programming.gnu_compiler,scee.yaroze.programming.libraries Subject: Re: Making my own library for the NY. Date: Sun, 14 Nov 1999 14:11:46 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 35 Message-ID: <80mg1m$f2n3@chuka.playstation.co.uk> References: <7pkcms$8mo2@chuka.playstation.co.uk> <7pousa$8mo9@chuka.playstation.co.uk> <80ktpj$ftc2@chuka.playstation.co.uk> NNTP-Posting-Host: 62.6.22.94 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 Xref: chuka.playstation.co.uk scee.yaroze.programming.gnu_compiler:347 scee.yaroze.programming.libraries:231 Mark Naylor wrote... > > When i do this i get the following errors: > > General Protection Fault at eip=203da > eax=000203d4 ebx=6401db64 ecx=6401db68 edx=0001f752 esi=00087304 > edi=0007bb60 > ebp=0007bac0 esp=0007bac0 cs=1b7 ds=1af es=1af fs=1af gs=1c7 ss=1bf > cr2=0000bfeb > > Call frame traceback EIPs: > 0x000203da > 0x0002af4d > 0x0002ae15 > 0x0000bcf6 > 0x0000c118 > 0x0000e061 > 0x0000f30a > > Any ideas?? You could try increasing your gcc stack space, add the line set GO32=DPMIStack 2000000 to your autoexec.bat file and see if it helps. Looking at earlier posts about stack problems, it would appear the OS reports this problem as a Stack Fault and not a General Protection Fault, so increasing your stack space may not be the answer to your problem, but it's all I can suggest. Pete.