qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] debug qemu-arm


From: Paul Brook
Subject: Re: [Qemu-devel] debug qemu-arm
Date: Tue, 28 Jun 2005 13:22:15 +0100
User-agent: KMail/1.7.2

> It will report the following messages:
>
>   Starting program: /home/qemu/arm-user/qemu-arm /home/qemu/tests/hello-arm
>   Warning:
>   Cannot insert breakpoint 1.
>   Error accessing memory address 0x1c7da: Input/output error.
>
> If I remove breakpoint at main and run it, it will be OK, Will you give me
> some help? Thanks!

Compile qemu-arm statically (ie configuer with --static). The default is to 
build as a shared library, which seems to be buggy, and confuses gdb.

Paul




reply via email to

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