Hi,<br><br>I am using the rtems blackfin tools to build and debug my board that contains analog devices BF527 processor.<br><br>The issue i am facing is that I am not able to place breakpoints in some part of my c code. So the debugging is becoming difficult. GDB complains  "No line 291 in file" even though the file has more that 300 lines of code.<br>
<br>I use the compiler, debugger provided by rtems4.11 for debugging my application.<br><br>After some debugging and analysis of the mapping the line number in the elf to the C code in the file using objdump i find the following. <br>
1.  executing the bfin-elf-objdump (  analog devices toolchain) on the elf the following error is thrown out  <br><br>BFD: Dwarf Error: mangled line number section.<br><br>2. but the objdump from rtems does not complain.<br>
<br><br><br><br>So <br>How do i correct the issue in the rtems blackfin gdb?<br>I also observe that analog devices have their own gdb-proxy but rtems does not provide gpd-proxy<br>should the gdb-proxy also be included in the rtems bfin toolchain?<br>
<br><br>Thankyou<br>Rohan Kangralkar<br>