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