"INTERRUPT 0DH, GENERAL PROTECTION FAULT possible illegal address"
error when I try to compile my C code. Can anyone tell me what is this error
and how do i resolve this? Thanks for your time inadvance.
Best regards,
Sudheer.
C:\WATCOM10\BINB\wcc386 /we /w3 /4r /mf /r /Od /fpi87 /Fo=arcnet.obj /s
arcnet.c
INTERRUPT 0DH, GENERAL PROTECTION FAULT possible illegal address
error code = 0000
eax = 00003E00 esi = 000000C7 flags = 3246 ds = 017F
ebx = FD270005 edi = 000000C0 eip = 000034DA es = 01C7
ecx = 00000000 ebp = 00C09FFF cs = 019F fs = 01AF
edx = 00000000 esp = 000000D2 ss = 017F gs = 0000NMAKE :
fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
What is BINB? I have a BINNT, BINW and BINP. If you are running on NT, then
you should have BINNT on your path to run wcc386.exe
Does this only occur when run within nmake or also when running the compiler
command direct from the command prompt?
Carl
> I am getting,
>
> "INTERRUPT 0DH, GENERAL PROTECTION FAULT possible illegal address"
> error when I try to compile my C code. Can anyone tell me what is this error
> and how do i resolve this? Thanks for your time inadvance.
>
Is this some kind of joke? Why are you asking about Watcom 10.0 here?
If you were using Open Watcom, that'd be different, but since you
aren't, we really can't help you!
Michal
Indeed. Watcom 10 is old and no-one has knowledge of that anymore. Please
download Openwatcom 1.2, and retry. If you still have a problem, please
report the host (system you are compiling on).
Mat Nieuwenhoven
"Mat Nieuwenhoven" <mni...@dontincludethis.zap.a2000.nl> wrote in message
news:zavrhjqbagvapyhqrguvf...@news.openwatcom.org...
It has been a long time since Watcom 10.0.
The last line suggests that you are running a DOS-based version of the
compiler under 32-bit Windows. Or perhaps a 16-bit Windows version.
Are you quite certain that this is what you wish to do?
Even with 10.0, I seem to recall multiple "BINx" subdirectories.
Perhaps you could check your path and your documentation and ensure
that the one you using is correct for the version of Windows you are
using. (If a "BINNT" subdirectory exists, that is probably the one to
use).
And, unless you need 10.0 for some reason (I believe it was the last
version to support overlays), upgrading to OW would probably be a good
idea.
Not a true statement, I have 10.6 running and compiling on XP SP2 without
any problems.
i am using wat106. If i type in the dos-box wcc386, the same error occurs.
We have here two Win2000 Servers with exact the same hardware and since
yesterday on one server this compiler don't work.
did you solve your problem? Thanks!!
Greetings
Tom
"Sudheer Kokilavani" <skoki...@gmicolor.com> wrote in message news:<c7vdj9$p2$1...@www1.scitechsoft.com>...