First, I am using ubuntu 10.04LTS. <br>>FSF gdb-7.2 supports bfin-rtems* out of the box.<br>I downloaded gdb-7.2 sources from <a href="http://ftp.gnu.org">ftp.gnu.org</a>, unpacked.<br>Created b-gdb directory, out from it executed ../gdb-7.2/configure --target=bfin-rtems4.11  --prefix=/opt/rtems-4.11<br>
Then executed "make all"<br>It gave out the same error. Is it "out-of-the-box" support? I also tried applying the patch before configuring. It doesn't help either.<br>As for Fedora, I could only find rtems-4.11-bfin-rtems4.11-gdb-6.5-1.fc13.i686.rpm at <a href="ftp://ftp.rtems.com/pub/rtems/linux/4.11">ftp://ftp.rtems.com/pub/rtems/linux/4.11</a> .<br>
It is gdb 6.5 , not 7.2.<br>I am building toolchain because I didn't find binary gdb7.2.<br><br><br>