From: bloydcg AT cs DOT purdue DOT edu (Cory Gene Bloyd) Newsgroups: comp.os.msdos.djgpp Subject: Re: vtune Date: 8 Nov 1996 01:51:24 -0500 Organization: Department of Computer Science, Purdue University Lines: 21 Message-ID: <55ul9c$hrr@agapia.cs.purdue.edu> References: <199611061712 DOT JAA15204 AT netcom9 DOT netcom DOT com> NNTP-Posting-Host: agapia.cs.purdue.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >> >> Hi. I was wondering if anyone has been able to get djgpp to work with >> Intel's VTune? It looks amazing, but doesn't have support for djgpp's >> symbols. A trial version is available at http://developer.intel.com >> >> I'd appreciate any suggestions on getting it working. > I am also attempting to get djgpp and VTune to cooperate. The incompatability lies in the fact that gcc -g debugging symbols are in stabs format whereas VTune, being more MS oriented, is looking for CodeView format. The good news is that in my search I have learned that there exists a utility which converts stabs to CV. The bad news is that the fact that it exists is all that I've found. If anyone knows the name of this util or where it can be found, please pass the URL along. Just as nice would be any functioning workarounds. For example, VTune can read in (MS oriented) symbol files as well. BTW: How the heck do you generate a debugging symbol file. If it's in the FAQ or my inf->hlp files, I'm blind.