vtune 与 mingw
我正在尝试将 vtune 与在 Windows 中使用 mingw 编译的应用程序一起使用。 当我尝试查看源代码信息时,vtune 表示生成的可执行文件中不是行信息。我正在使用 -g 选项进行编译,所以我不知道问题出在哪里。所以问题是:
是否可以在 Windows 中使用 mingw 编译的程序进行分析?看来 MS-VC 一切都准备好了,但 mingw 还没有准备好。
如果是这样,是否需要更改对象格式(coff、xcoff、DWARF,....)? 也许如果有人发布一个示例,它会很有价值。
I am trying to use vtune with my application compiled with mingw in Windows.
When I try to see souce code information, vtune says the is not line information in the resulting executable. I am compiling with -g option so I dont know where is the problem. So the questions are:
Is it possible to profile with a program compiled with mingw in windows? It looks like all is ready for MS-VC, but not for mingw.
If so, is it needed to change the object format (coff, xcoff, DWARF, ....)?
maybe if someone post an example it would be valuable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决,编译为
Solved, compiled with