View previous topic :: View next topic |
Author |
Message |
tigrezno Apprentice


Joined: 28 Jun 2002 Posts: 251 Location: Spain
|
Posted: Thu Mar 17, 2005 4:02 pm Post subject: PIC C compiler |
|
|
I'm looking for a good pic C compiler available for linux, do you know some of them?
I've tried SDCC but it have poor pic support. |
|
Back to top |
|
 |
KsE Apprentice


Joined: 18 Mar 2003 Posts: 269 Location: St. Cloud, MN
|
Posted: Fri Mar 18, 2005 9:46 pm Post subject: |
|
|
Is there something wrong with gcc? Or am I way off base here? |
|
Back to top |
|
 |
tigrezno Apprentice


Joined: 28 Jun 2002 Posts: 251 Location: Spain
|
Posted: Sat Mar 19, 2005 11:19 pm Post subject: |
|
|
KsE wrote: | Is there something wrong with gcc? Or am I way off base here? |
does gcc have a pic port? |
|
Back to top |
|
 |
KsE Apprentice


Joined: 18 Mar 2003 Posts: 269 Location: St. Cloud, MN
|
Posted: Sun Mar 20, 2005 2:08 am Post subject: |
|
|
Hmm, thinking of something else i think. What is pic? |
|
Back to top |
|
 |
BServiss n00b

Joined: 24 Nov 2002 Posts: 62
|
Posted: Sun Mar 20, 2005 2:32 am Post subject: |
|
|
PIC - Programmable Interupt Controller. Another name would be micro-controller. Generic name for a family of chips that have board memory, IO, and are programmable usally with an assembler like language.
For learning about these components try: http://ktechlab.fadedminds.com/features.php
It's a good learning tool with some twists on PIC programing. |
|
Back to top |
|
 |
tigrezno Apprentice


Joined: 28 Jun 2002 Posts: 251 Location: Spain
|
Posted: Sun Mar 20, 2005 9:51 am Post subject: |
|
|
BServiss wrote: | PIC - Programmable Interupt Controller. Another name would be micro-controller. Generic name for a family of chips that have board memory, IO, and are programmable usally with an assembler like language.
For learning about these components try: http://ktechlab.fadedminds.com/features.php
It's a good learning tool with some twists on PIC programing. |
Yeah sorry, i meant pic microcontroller from Microchip. I had to download illegal software for windows :S
Ktechlab looks amazing! |
|
Back to top |
|
 |
|