将 Eclipse CDT 与 VisualStudio 编译器结合使用
有没有办法将 Visual Studio 编译工具(cl.exe
、link.exe
)与 Eclipse CDT 一起使用吗?我基本上需要的是 cl.exe 错误消息的解析器,并支持自动生成使用它的 makefile。
我怎样才能做到这一点?
(similar questions asked, but no adequate answer yet)
Is there a way to use the Visual Studio compilation tools (cl.exe
, link.exe
) with Eclipse CDT? What I basically need is a parser for cl.exe
's error messages, and support for automatically generate makefiles that would use it.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
vcmakefile4cdt 声称从 Visual Studio 项目生成 Eclipse CDT 的项目文件,但它看起来有点缺乏维护(最后一次提交是在 2010 年)。
vcmakefile4cdt claims to generate project file for Eclipse CDT from Visual Studio project, however it looks a bit unmaintained (last commit in 2010).