Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Inspector 2013 for WINDOWS to debug mingw-gcc compiled code

sigmahat
Beginner
328 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
328 Views

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

0 Kudos
TimP
Honored Contributor III
328 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.

0 Kudos
Reply