I need to be able to generate a symbol file (.sym) using gcc, in order to use a debugger I have at code level. Thusfar, I have not been able to determine how this is done. <P>I've looked at the result ...
According to the KB article, you have to get the symbols from the NT4 CD (either RTM or SP1), then install the SP6a symbols (which is from a file on the web). I'm still having issues after doing that ...