Re: Moving from PIC16 to PIC18 Adding chip to gpasm and picp

[email protected] Tue, 15 Feb 2011 10:13:21 +0000
Newsgroups gmane.comp.hardware.microcontrollers.gnupic
Message-ID <[email protected]>
On Monday 14 February 2011 20:33:05 Marko Kohtala wrote:
> It would be good to tell what versions of tools you have looked at and
> what chip it is that you want to use.
> 
> You should verify the latest version from SVN at
> http://sourceforge.net/projects/gputils/develop.
> 
> Chip support is in gputils/libgputils/gpprocessor.c and gpcfg-table.c
> as well as header files and linker scripts. The .c files have had
> parts generated by scripts that collect the information from the
> Microchip mpasmwin in different ways. Microchip lets us use headers
> and linker scripts from mpasmwin.
> 
> Patches against the latest version in SVN trunk can be submitted at
> SourceForge patches tracker.
> 
> sdcc I do not know. Similarly you should check it at
> http://sourceforge.net/projects/sdcc/. sf.net also has trackers for
> feature requests.
> 
> Marko
> 

Thanks a million Marko,
    yes the svn version of gputils does appear to support the pic18f2680 so 
I'll try it out and see how I get on.

Thanks again.