This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

arm simulator


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]