我应该使用什么 IDE 来进行 Linux 模块开发?
我有 Ubuntu 11.04,并希望开始开发 Linux 模块。我在 Windows 中使用 Visual Studio 进行 C 开发,但我想这不适用于 Linux。运行 Linux 模块的最佳 IDE 是什么?
I have Ubuntu 11.04 and am looking to start developing Linux modules. I use Visual Studio for C development in Windows, but I guess that's not an option for Linux. What would be a good IDE to work Linux modules ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
根据您想要做什么,有多种可供选择。不过,我认为最接近 Visual Studio 等效项的是 eclipse。
来自常见问题解答:
Depending on what you want to do there are number to choose from. However I think the closest one to visual studio equivalent will be eclipse.
From the FAQ:
这只是个人喜好的问题。
除了类似问题,我想再举两个名字。
在内核相关的项目中,我和同事目前使用 Geany 轻量级 IDE,这对我们来说已经足够了。
我还使用与 Visual Studio 2003 非常相似的 Code::Blocks,它也做得很好。我想它比 Geany 具有更先进的代码完成功能。
It is all just a matter of personal preference.
Apart from what was mentioned in a similar question, I would like to name two more.
In our kernel-related projects, my colleagues and I currently use Geany lightweight IDE which is more than enough for us.
I also use Code::Blocks that resembles Visual Studio 2003 very much, it also does its job well. It has more advanced code completion features than Geany, I suppose.
Eclispe 始终是一个受欢迎的选择,也是一个非常好的 IDE
Eclispe is always a popular choice and a very nice IDE
Eclipse (http://eclipse.org/) 是一个非常好的IDE。我尝试过其他一些,例如 KDevelop 等,但我一直发现 Eclipse 是最好、最稳定的。
Eclipse (http://eclipse.org/) is a pretty good IDE. I have tried a few other ones such as KDevelop etc, but I have always found Eclipse to be the best and most stable.
Eclipse + CDT + 至少一个双核处理器和一些 Go RAM,这将是一次伟大的冒险导航到内核源代码。
Eclipse + CDT + at least a dual core processor and some Go of RAM and it will be a great adventure to navigate into the kernel sources.