Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

Inspector 2013 for WINDOWS to debug mingw-gcc compiled code

sigmahat
Beginner
262 Views
Can code compiled with mingw-gcc on windows be analyzed using Inspector? Does the intel debugger recozgnize gdb debugging symbols? Does the code need to be compiled with specific debug switches (-ggdb, -g-dwarf2 etc.)? Thanks,
0 Kudos
2 Replies
Peter_W_Intel
Employee
262 Views

Sorry that code compiled with minggw-cc is NOT supported for both Inspector XE and VTune(TM) Amplifier XE, for now.

TimP
Black Belt
262 Views

Even on linux, where gcc and icc use the same debug symbol formats, Inspector instructions specify that Intel compilers must be used. If you can generate debug symbols compatible with Visual Studio debugger, it may be worth trying.

Reply