Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试寻找可以在 Linux 中运行的 Microchip PIC30 v1.24 编译器版本。我了解此编译器版本仅适用于 Windows。如果不使用在 Linux 上运行的较新的 XC 编译器,我最好的选择是什么?
C30 编译器没有 Linux 安装程序;这个编译器只兼容 Windows 平台。
最好的选择是:
如果这些都不可能,并且您想重新发明轮子,请使用“microchip.com/archives”上提供的 PI24 源代码重建编译器
(注意:从源代码构建编译器可能不像人们预期的那么简单,并且需要在编写脚本和重建工具链方面的经验)