Date: Sun, 3 May 1998 18:49:00 +0300 (IDT) From: Eli Zaretskii To: Franz Hollerer cc: djgpp AT delorie DOT com Subject: Re: gdb and rsxntds In-Reply-To: <3549A344.C8A664B1@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 1 May 1998, Franz Hollerer wrote: > If I compile programs like > gcc -Zwin32 -g -o ser.exe ser.c > gdb prints a error message like > gdb "c:/tmp/ser/ser.exe": not in executeable format: File format not > recognized > > What must I do to use gdb? I'm not sure GDB supports RSXNT programs. As a work-around, try saying "-o ser" instead of "-o ser.exe" when linking, and then try running GDB like so: gdb c:/tmp/ser/ser I didn't try this, so I'm not sure it will work.