• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Pic C language

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

bluedude2288

Member
Joined
Sep 17, 2002
I want to program pics in C, but i can't find a good compiler, anyone have any ideas for good, free, shareware, or deom compilers for c
 
GCC won't generate code for pics I don't think. I hear the big reason why is that GCC was designed for a minimum number of registers and pics only have like 1 register.
 
gcc is a 32bit-only compiler, but PICs are 8bit

There are no free C compilers for PICs as far as I know.There is a compiler named CCS and there is Pacific Hitech C. The latter has demo/trial versions available (time limited I think)
 
Back