Date: Tue, 10 Nov 1998 10:28:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Francisco Santiago V cc: djgpp AT delorie DOT com Subject: Re: How can I read my error messages In-Reply-To: <001101be0c42$3170bf40$a52124c8@fsantiago.kbtel> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 9 Nov 1998, Francisco Santiago V wrote: > I am using gcc to develop a C program and sometimes it aborts because of > my code, I would like to analize the final message but i only see > register and numbers. Someone can tell me how can i do that. Please download the DJGPP FAQ list (v2/faq211b.zip from the same place you got DJGPP) and read section 12.2 there. It explains a great deal of the crash message, including how to interpret it and how to begin debugging your program using that message as a starting point.