Reply by Spehro Pefhany September 29, 20072007-09-29
On Fri, 28 Sep 2007 13:41:22 -0600, the renowned Dan Henry
<usenet@danlhenry.com> wrote:

>On Fri, 28 Sep 2007 06:11:55 -0700, Martin Wells <warint@eircom.net> >wrote: > >>Anyone know a C89 compiler for the Microchip 16F684? I have the code >>for a fully-portable C89 program that I want to run on it. > >If your meaning of 'C89' includes anything pre-'C99', then HI-TECH's >PICC is worth a look. Their free PICC-Lite version supports the >16F684 with some limitations, so you could give that a try and guage >its capabilities. > >http://www.htsoft.com/products/compilers/PICClite.php
Good suggestion. Frankly, portability shouldn't be that much of an issue with a program that is only 1K or 2K words of object code. Best regards, Spehro Pefhany -- "it's the network..." "The Journey is the reward" speff@interlog.com Info for manufacturers: http://www.trexon.com Embedded software/hardware/analog Info for designers: http://www.speff.com
Reply by Dan Henry September 28, 20072007-09-28
On Fri, 28 Sep 2007 06:11:55 -0700, Martin Wells <warint@eircom.net>
wrote:

>Anyone know a C89 compiler for the Microchip 16F684? I have the code >for a fully-portable C89 program that I want to run on it.
If your meaning of 'C89' includes anything pre-'C99', then HI-TECH's PICC is worth a look. Their free PICC-Lite version supports the 16F684 with some limitations, so you could give that a try and guage its capabilities. http://www.htsoft.com/products/compilers/PICClite.php -- Dan Henry
Reply by Chris Hills September 28, 20072007-09-28
In message <1190985115.813054.309850@50g2000hsm.googlegroups.com>, 
Martin Wells <warint@eircom.net> writes
> >Anyone know a C89 compiler for the Microchip 16F684? I have the code >for a fully-portable C89 program that I want to run on it.
C89 I doubt it very much You will probably find C95 compilers. However whether your source will compile and run on a PIC16 is another matter. -- \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \/\/\/\/\ Chris Hills Staffs England /\/\/\/\/ /\/\/ chris@phaedsys.org www.phaedsys.org \/\/\ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Reply by FreeRTOS.org September 28, 20072007-09-28
"Martin Wells" <warint@eircom.net> wrote in message 
news:1190985115.813054.309850@50g2000hsm.googlegroups.com...
> > Anyone know a C89 compiler for the Microchip 16F684? I have the code > for a fully-portable C89 program that I want to run on it. > > Martin >
See the thread "Re: Which PIC18 C Compiler?" from the 19th of September in this group. -- Regards, Richard. + http://www.FreeRTOS.org 13 official architecture ports, 1000 downloads per week. + http://www.SafeRTOS.com Certified by T&#4294967295;V as meeting the requirements for safety related systems.
Reply by CBFalconer September 28, 20072007-09-28
Martin Wells wrote:
> > Anyone know a C89 compiler for the Microchip 16F684? I have the > code for a fully-portable C89 program that I want to run on it.
Probably any compiler available will work. There are very few C99 compilers available for anything. -- Chuck F (cbfalconer at maineline dot net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> -- Posted via a free Usenet account from http://www.teranews.com
Reply by Martin Wells September 28, 20072007-09-28
Anyone know a C89 compiler for the Microchip 16F684? I have the code
for a fully-portable C89 program that I want to run on it.

Martin