tags:

views:

126

answers:

3

I am looking for a free, and possibly open source C compiler for PIC. I might go without C, but I would like to get both options.

There are various compilers out there, but since I have never done PIC development before, I am looking for user experience and advice. I am targetting the PIC16F88x family

+3  A: 

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/

Yada
It looks good, but according to the documentation : "Generate code for the Microchip PIC 14-bit processors (p16f84 and variants. In development, not complete)."Since I am targeting pic16f88x family ....
shodanex
I think PIC16s /are/ a 14-bit family. I've used SDCC on a the 40-pin PIC16F871.
Marty
+2  A: 

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.

Padu Merloti
A: 

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.

John Burton