From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with gdb500b.zip on a 386Sx Date: 4 Sep 2001 10:14:02 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 19 Message-ID: <9n29ha$1b3$1@antares.lu.erisoft.se> References: NNTP-Posting-Host: merope.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com duca degli abruzzi (ducatv AT tin DOT it) wrote: : Hallo, I've tried this intresting software on my old portable pc : 386Sx. I compile and run my programs with rhide but, if I try to : debug I receive this error: : Program received signal SIGEMT, Emulation trap. : Ox1ad85 in _control87 () I've noticed this as well. For now just type "c" (or "cont") when that signal appears. You do not want to do "s" (or "step") because then I get into an ininite loop somehow. There is some way to set it to continue as default but I don't remember how. Right, MartinS