Mail Archives: djgpp/2003/06/03/14:22:42
> From: "Vincent" <spam AT spam DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: Tue, 3 Jun 2003 22:18:54 +1200
>
> I compile on WinXP using DJGPP, and pretty much copy it over (via floppy) to
> the target machine.
>
> I also use UPX to compress the executable (original size is about 11MB,
> compressed to about 700kb). I think UPX strips symbols from the exe. Given
> that I use UPX, I'm not sure whether remote debugging (or even using GDB)
> would work.
It won't. You need the symbols.
> And supposing I did have GDB, the .exe and symbols on the target machine,
> the application uses graphics - so command-line operation will be difficult.
Current ports of GDB support graphics modes provided that the BIOS
knows about those modes. The only other difficulty in debugging such
a program is that the graphics scroll as you type and GDB responds.
- Raw text -