> 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 _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel