- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've got a simple question about getting VTune's call graph going on a poject I'm working on. The environment is Windows XP, Intel 7.1 C++ compiler with nmake---looks like something straight from Microsoft.
I want to extract a call graph, but VTune complains about not finding base relocations in the .exe I want to analyze. I assume that the solution is going to be something like setting a -g flag or linking statically in the *nix world, possibly accomplished by changing something in some .pro file. However things are being compiled right now, VTune's sampling functionality does work.
Thanks in advance for any suggestions.
Sergej Roytman
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try modifying following property
Tools -> Options -> Configuration Properties -> Linker -> Advanced ==> Fixed Base Address to /FIXED.
-km
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page