On Sun, Aug 10, 2008 at 11:34:33AM -0700, [EMAIL PROTECTED] wrote:
Trying to debug ARM executable on x86 laptop with GDB built to include Armulator (ARM emulator).... When I try to "load" the executable in GDB, I get a stream of messages like this....
How did you build the excutable? What kind of runtime is it expecting. I'm not sure what kind of environment the gdb armulator is providing, but I think it is just a small bare-bones system with some simulated I/O registers to do terminal I/O. A built ARM/linux executable isn't going to work very well. If you're trying to run a fuller system, such as ARM-linux, I suggest one of the fuller systems. qemu does a decent job of just running Linux like a target would. In other words, unless you're just doing tiny little test executables, you're probably going to need something other than the environment provided in gdb. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
