用于嵌入式开发/交叉编译的最佳构建系统

发布于 2024-07-15 07:31:56 字数 291 浏览 6 评论 0原文

我现在正在使用 dsPIC 进行一些开发,但我并不完全喜欢 MPLAB。 我实际上正在将 Visual Studio 与 makefile 项目一起使用。 目前我正在使用 SCons,在找到 设置使用备用编译器的有用指南。 尽管如此,我还是忍不住想知道,是否有更好的构建系统? 另外,有没有更好的方法让 Scons 做到这一点?

I'm doing some development right now using dsPICs and I'm not exactly in love with MPLAB. I'm actually using Visual Studio with a makefile project. Currently I'm using SCons, which seems to work fairly well, after finding a helpful guide to setting up to use an alternate compiler. Still, I can't help but wonder, is there a better build system for this? And also, is there a better way to make Scons do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

白首有我共你 2024-07-22 07:31:56

只需使用 vim、makefile 并自行调用 MPLAB 命令行编译器即可。

Just use vim, makefiles and call the MPLAB command line compiler yourself.

分開簡單 2024-07-22 07:31:56

进行嵌入式开发最简单的方法是使用您最喜欢的代码编辑器编写代码,然后切换到编译器的 IDE 来构建代码并将其下载到处理器。

显然,代码编辑器和编译器IDE可能是同一个东西,甚至更简单!

The very simplest way to do embedded development is to use your favourite code editor for writing the code, then switch to the compiler's IDE to build and download the code to the processor.

Obviously, the code editor and the compiler IDE may be the same thing, which is even simpler!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文