Hello, I tried to compile the gdb-20030128-1 sources from cygwin for the arm-unknown-elf target:
mkdir /usr/src/build/gdb-20030128 cd /usr/src/build/gdb-20030128 ../../gdb-20030128-1/configure --target=arm-unknown-elf make Make fails when linking gdb.exe, the linker gives "undefined reference to `_default_callback' ". I can find a function named 'default_callback' in the sourcefiles for insight-5.2.1 (insight-5.2.1/sim/common/callback.c). In the gdb-20030128-1 tree, no directory named 'sim' is present (if needed?). Who can help me compile gdb/insight for cygwin? I (think I) need this version as it supports the 'restore' command... Regards, Eric. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/