qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory
@ 2020-11-10 17:21 Frank Grimm
  2020-11-11 16:02 ` [Bug 1903752] " Frank Grimm
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frank Grimm @ 2020-11-10 17:21 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1903752

Title:
  qemu-system-avr error: qemu-system-avr: execution left flash memory

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1903752/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1903752] Re: qemu-system-avr error: qemu-system-avr: execution left flash memory
  2020-11-10 17:21 [Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory Frank Grimm
@ 2020-11-11 16:02 ` Frank Grimm
  2020-12-03 14:09 ` Philippe Mathieu-Daudé
  2021-02-02  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Frank Grimm @ 2020-11-11 16:02 UTC (permalink / raw)
  To: qemu-devel

The error is not related to demo.elf. Running qemu-system-avr without a
program (no "-bios program.elf" option) also yields the same error:

$ ./qemu-5.1.0/avr-softmmu/qemu-system-avr -machine mega2560
VNC server running on 127.0.0.1:5900
qemu-system-avr: execution left flash memory
Aborted (core dumped)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1903752

Title:
  qemu-system-avr error: qemu-system-avr: execution left flash memory

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1903752/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1903752] Re: qemu-system-avr error: qemu-system-avr: execution left flash memory
  2020-11-10 17:21 [Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory Frank Grimm
  2020-11-11 16:02 ` [Bug 1903752] " Frank Grimm
@ 2020-12-03 14:09 ` Philippe Mathieu-Daudé
  2021-02-02  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-12-03 14:09 UTC (permalink / raw)
  To: qemu-devel

I can not reproduce.

** Tags added: avr

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1903752

Title:
  qemu-system-avr error: qemu-system-avr: execution left flash memory

Status in QEMU:
  Incomplete

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1903752/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1903752] Re: qemu-system-avr error: qemu-system-avr: execution left flash memory
  2020-11-10 17:21 [Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory Frank Grimm
  2020-11-11 16:02 ` [Bug 1903752] " Frank Grimm
  2020-12-03 14:09 ` Philippe Mathieu-Daudé
@ 2021-02-02  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-02-02  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1903752

Title:
  qemu-system-avr error: qemu-system-avr: execution left flash memory

Status in QEMU:
  Expired

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1903752/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-02  4:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 17:21 [Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory Frank Grimm
2020-11-11 16:02 ` [Bug 1903752] " Frank Grimm
2020-12-03 14:09 ` Philippe Mathieu-Daudé
2021-02-02  4:17 ` Launchpad Bug Tracker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).