Welcome to the PHCC Wiki.

Please create an user account and then help us to make this the one-stop for information on PHCC.

 Actions

Talk

Downloads

From PHCC

Revision as of 13:11, 16 December 2008 by Manuel (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Danny,
I just noticed that you wrote the stepper firmware in C. It would be good to know which compiler is needed to compile it. Especially since most PIC C compilers differ quite a bit, and most are commercial.
--Manuel 12:36, 15 December 2008 (UTC)



I compiled it with MikroC, which is a commercial compiler. I do not know of any good free C compilers, you know of one? If so I'll investigate the options you need to take into account when compiling. Nevertheless someone can implement the code I've put in the download section and use it with their own compiler of course. That is also why I put the hex files in there. Just to make it easy on people.
--Ghost 17:23, 16 December 2008 (UTC)

free PIC C compiler

Danny, the only really free PIC C compiler that I know is SDCC. I think their PIC support has really gotten better since I took a look at it several years ago. I read about folks using it for USB firmware for the USB pics. That tells me that the compiler is worth looking at. I'm still kinda stuck in the ASM world when it comes to PICs.
SDCC is available here: http://sdcc.sourceforge.net/
--Manuel 13:11, 16 December 2008 (UTC)