gcc and gdbb

  1. R

    Question about gcc/gdb

    I am trying to debug a legacy program. I compile with gcc -g, and then try to run it under gdb. I get the messages: Dwarf Error: wrong version in compilation unit headerand(no debugging symbols found) What gives? Is there another debugger I should be trying to use?
Back
Top