|
From: | abhijeet inamdar |
Subject: | Re: qemu: fatal: Lockup: can't escalate 3 to HardFault (current priority -1) |
Date: | Thu, 30 Sep 2021 08:16:52 +0200 |
On Wed, 29 Sept 2021 at 16:24, abhijeet inamdar
<abhijeetinamdar3005@gmail.com> wrote:
>
> I tried to add -d in_asm,out_asm,guest_errors it gives out as follows:
'int,exec,cpu' are probably also helpful.
> [New Thread 0x7fffeffff700 (LWP 44283)]
> ----------------
> IN:
> 0x00000000: 00000000 andeq r0, r0, r0
We started at address 0 in not-thumb mode. Your ELF file is
almost certainly not correct (ie it does not include a suitable
vector table for the CPU to get its reset PC and SP from).
-- PMM
[Prev in Thread] | Current Thread | [Next in Thread] |