We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
尝试 SDCC - 一个开源小型设备 C 编译器,
我在学校期间将其用于小型项目,效果非常好。
http://sdcc.sourceforge.net/
Try SDCC - an open source Small Device C Compiler
I used it for small project during school and it worked great.
http://sdcc.sourceforge.net/
我在这里提到 PIC C 编译器,它在 PIC 单片机编程方面是最好的。
您可以在这篇文章中阅读有关它们的更多信息 Top 3 PIC C 编译器,他们给出了这 3 个 PIC 编译器之间的比较,即它们的优点和缺点。
I am mentioning the PIC C compilers here, which are best when it comes to PIC Microcontroller Programming.
You can read more about them on this post Top 3 PIC C Compiler, they have given a comparison between these 3 PIC Compilers i.e. there advantages and disadvantages.
Mikroelektronika 有一系列编译器,包括 Pascal 和 C,它们具有非常好的库,可以满足您需要的大部分内容,例如 CompactFlash、USB、LCD 等。
它不是免费的,但免费版本有足够的功能可以让您完成大部分基本操作。
Mikroelektronika has a series of compilers, including Pascal and C with very good libraries for most of the stuff you'll need, such as CompactFlash, USB, LCD and etc.
It's not free, but the free version has enough juice to allow you do to most of the basic stuff.
我最近开始进行 PIC c 编程,并在 Hi-Tech C 编译器的精简版(免费,但不是开源)方面取得了一些成功。我使用的是 PIC16F690,所以它也应该适合你。
您可以在此处下载编译器:
http://www. microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en542849
I recently got started with PIC c programming, and had some success with the lite version (free, but not open-source) of the Hi-Tech C compiler. I was using the PIC16F690 so it should work well for you too.
You can download the compiler here:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en542849
你见过sourceboost c 编译器吗?
这不是开源的,但有一个免费版本的详细信息此处。看起来效果很好。
Have you seen the sourceboost c compiler?
This isn't open source but there is a free cost version details here. It seems to work very well.
您可以尝试 http://www.bknd.com/cc5x/ 中的 CC5X C 编译器,它有还有免费版。
这里有来自 microchip 的高科技 c 编译器 lite
You can try the CC5X C Compiler from http://www.bknd.com/cc5x/ it has an free edition too.
There is the hi-tech c compiler lite from microchip available here