Thursday, March 06, 2008

How to Generate Symbol file?

I wonder how to generate symbol file from binary executable under GNU/Linux?

I googled a lot and tried the following but with no luck. x-(
  1. nm -n
  2. objdump -h -S
  3. objdump -t
GDB 'symbol-file' always complaint:
can't read symbols: File format not recognized.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home