Re: want an sdcc howto?
Gibaud Alain <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
Le Samedi 16 Juillet 2005 14:11, Geoff a écrit : > Nobody seems to be mentioning Alain Gibaud's C compiler for pic18, is this > because nobody has tried it, or because it isn't open? Anybody got an > experience of using it? > > The latest Pikdev includes Alain's cpik C compiler: > > http://pikdev.free.fr > > Geoff > Hi, all cpik (my C pic 18 compiler) is neither "open" nor "closed": Its status is for the moment undecided, and could perfectly be open, as PiKdev is. Anyway, I strongly encourage people to try it. This program is in first stage, so there are many ways to improve it. However, it is now quite usable, and as is is directly runnable from PiKdev (V0.8), it is **really** very handy. Just open a new C project, edit it from the ad-hoc widget, add C files, click the "compile" icon. Each file is compiled and link edition is performed. Each intermediate asm source file can be displayed so it is very easy to control code quality, and to compare it to codes generated by other compilers. Alain