qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] problem with arm cortex-m3


From: Peter Maydell
Subject: Re: [Qemu-discuss] problem with arm cortex-m3
Date: Tue, 3 Feb 2015 18:30:45 +0000

On 3 February 2015 at 17:37, Attila Csosz <address@hidden> wrote:
> Tried with the new board but the result almost the same. The programs stays
> at 0x0000 after Ctrl+C

Well, is your program targeting that board? Does it (for instance)
link at an address corresponding to flash or RAM on those
boards? Does it have the exception vector table at address zero
which a real ROM image would have? Does whatever C library
you're linking against make assumptions about RAM size or
location?

"Sits at 0x0" usually means "guest code did something wrong
and we're in an infinite loop of exceptions because the guest
image doesn't have any exception vector table in place either".

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]