From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frans J King To: gdb@sourceware.cygnus.com Subject: arm simulator Date: Fri, 26 Oct 2001 20:54:00 -0000 Message-id: <1004155101.32715.12.camel@GANDALF> X-SW-Source: 2001-10/msg00245.html Hi, (brief intro) I've finally got gdb working so that I can run arm-elf compiled programs properly (previously they just hung and couldm't be debugged). The arm-elf programs are using newlib 1.9.0 but this has much less in terms of functions than glibc. I've tried to compile glibc with the arm-elf gcc compile but with no success. So, I compiled and arm-linux C compiler and compiled glibc with it instead. The compile goes without a hitch, but when I come to make a corresponding arm-linux-gdb I don't seem to get a working simulator. I can still compile C programs with arm-linux-gcc but when I try to run them through arm-linux-run, the simulator halts, but doesn't exit. I have to press CTRL+C to be able to get back to the console. Does anyone have any ideas on this. Is my glibc library messed up or does the arm-linux-run armulator simply not work? Thanks Frans King