diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1903752')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1903752 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1903752 b/results/scraper/launchpad-without-comments/1903752 new file mode 100644 index 000000000..5aeee08b0 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1903752 @@ -0,0 +1,10 @@ +qemu-system-avr error: qemu-system-avr: execution left flash memory + +I compiled QEMU 5.1 from source with target avr-softmmu. Running demo.elf from https://github.com/seharris/qemu-avr-tests/blob/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf (linked from https://www.qemu.org/docs/master/system/target-avr.html) yields the following error: + +$ ./qemu-5.1.0/avr-softmmu/qemu-system-avr -machine mega2560 -bios demo.elf +VNC server running on 127.0.0.1:5900 +qemu-system-avr: execution left flash memory +Aborted (core dumped) + +I compiled QEMU on Ubuntu Server 20.10 with gcc (Ubuntu 10.2.0-13ubuntu1) 10.2.0 \ No newline at end of file |