免费替代MPLAB(PIC开发) [英] Free alternative to MPLAB (PIC development)

查看:194
本文介绍了免费替代MPLAB(PIC开发)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近开始使用MPLAB,但对于使用Eclipse和VS IDE的人来说,这是非常有限的。你知道任何免费的IDE,或者如何将Ecplise或Netbeans配置为PIC开发?



感谢所有

解决方案

底层工具链(编译器/链接器等)可以从包括Eclipse和Visual Studio在内的任何环境使用,尽管Eclipse在这方面可能更加灵活。



MPLAB具有将项目导出为可以与GNU make一起使用的makefile的功能,尽管您可能希望生成自己的makefile,或使用由...提供的项目管理蚀。在Visual Studio中,创建Makefile项目,尽管它的名称,您可以指定任何构建命令行,因此根据需要调用批处理文件或makefile。 Eclipse可以使用makefile项目。



在Visual Studio中,添加所有的项目和编译器手动包含路由到teh项目,以获得所有Intellisense导航功能的正常工作。 p>

I started using MPLAB recently, but for someone that works with Eclipse and VS the IDE it's very limited. Do you know any free IDE or how to configure Ecplise or Netbeans to PIC development?

Thanks all

解决方案

The underlying toolchain (compiler/linker etc.) can be used from any environment including Eclipse and Visual Studio, though Eclipse is probably the more flexible in this respect.

MPLAB has a feature to export a project as a makefile that can be used with GNU make, although you may rather generate your own makefile, or use the project management provided by Eclipse. In Visual Studio, create a Makefile Project, despite its name, you can specify any build command line, so invoke a batch file or makefile as necessary. Eclipse can use makefile projects also.

In Visual Studio, add all your project and compiler Include paths to teh project manually to get all the Intellisense navigation features to work.

这篇关于免费替代MPLAB(PIC开发)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆