I'm trying to set up an Eclipse workspace to do debugging on the GNU AVR simulator. When I launch the debugger, everything seems to work except the disassembly view. At the top, I get the following message:
Failed to execute MI command:
-data-disassemble -s 0 -e 47 -- 3
Error message from debugger back end:
Cannot access memory at address 0x40000
Then for every line I get a message:
Unable to retrieve disassembly data from backend.
Has anyone run into this? What is the solution?
I'm using Eclipse 2019-12 with the Eclipse-AVR plugin 2.4.1, Eclipse CDT 9.9, MCU Tools 0.5, and avr-gcc (AVR_8_bit_GNU_Toolchain_3.6.2_1759) 5.4.0.
Thanks!