[ Post New Message | Post Reply to this One | Send Private Email to Martin Smith | Help ]

Compiler General Protection Faults

from Martin Smith (martinsm@microsoft.com)
The compiler GPFs whenever I attempt to compile any .cc file. I am using Windows 98 and I have replaced the Djgpp.lnk file from the disk. MSDOS mode does not work either.

I have also included this in my autoexec.bat.

set djgpptmp=c: set djgpprun=c: set DJGPP=%djgpprun%\DJGPP\DJGPP.ENV set PATH=%djgpprun%\DJGPP\BIN;%PATH% call setdjgpp %djgpprun%\djgpp %djgpprun%/djgpp

The lines after I start the compiler read:

cd ..\code call mknorm basic05 gcc -o basic05.o -c -I. -g basic.cc -pedantic-errors -Wparentheses

Exiting due to signal SIGSEGV General Protection Fault at eip=000324b7 And the registers...

Did something go wrong when I installed the compiler?

(posted 9039 days ago)

[ Previous | Next ]