Tuesday, May 30, 2006

Dumping symbol table for a binary in linux

Problem: I built a binary in linux when I attempted to run it. The thing complained about having an unresolved symbol I found that I could make use of the binary

/usr/bin/nm
all of the tiles that show up with a 'U ' are undefined.

Having this information might help to identify the problem.