Well to do source level debugging in Mappy you're supposed to load an
ELF file aren't you? From reading the archived messages it _sounds_
like some people have managed to get it to work. Maybe it just
doesn't work on a Windows machine :)
--- In gbadev@y..., "Dennis Munsie" <munsied@m...> wrote:
> I've never been able to get Mappy to load an ELF file -- period.
>
> I don't know if it's a bug in Mappy or my ELF file was bad, but I'm
tending
> to think it's Mappy's fault.
>
> dennis
>
> -----Original Message-----
> From: Ju-Lian Kwan [mailto:artifice_1@h...]
> Sent: Friday, March 01, 2002 12:47 PM
> To: gbadev@y...
> Subject: [gbadev] Mappy, Source Level Debugging and GCC
>
> Hello, I was just wondering if anyone had run into a problem
getting Mappy
> to load ELF files. Mappy gives me an Access Violation error
(attempting to
> read address 0000000) when I try to load the ELF file but it loads
the
> binary file that has been objcopied from that elf file just fine.
>
> Are there any gcc compiler options in specific that need to be
turned on?