[coldfire-gnu-discuss] dbg sprite configuration problems
Carlos O'Donell
carlos at codesourcery.com
Wed Aug 20 13:51:03 UTC 2008
Jaysen Roper wrote:
> m68k-elf-sprite: Got packet: 'm50001ff4,4'
> m68k-elf-sprite: Sent response: 'ffffffff'
> m68k-elf-sprite: Got packet: 'm50001ff8,4'
> m68k-elf-sprite: Sent response: 'ffffffff'
> m68k-elf-sprite: Got packet: 'm50001ffc,4'
> m68k-elf-sprite: Sent response: 'ffffffff'
> Cannot access memory at address 0x50002000 <<<<<<<<<<<<<< HERES MY ERROR
The address 0x50002000 is 1 byte outside of memory. If you use
m68k-elf-readelf -a to examine your binary, do you see anything
allocated to that address? If you compile your application with
-Wl,-Map,app.map does app.map contian anything allocated to that address?
Cheers,
Carlos.
--
Carlos O'Donell
CodeSourcery
carlos at codesourcery.com
(650) 331-3385 x716
More information about the coldfire-gnu-discuss
mailing list