View previous topic :: View next topic |
Author |
Message |
LEVENT
Joined: 04 May 2006 Posts: 16
|
pic18Fxxx |
Posted: Mon May 08, 2006 12:14 am |
|
|
hi,I use CCS-C ver. 3.8 and PCM ver. 3.072....I now write program for 16F877 and can debug them.But when I write a program for 18F452, ther is an error that says that is not include 18F452...Can anybody help me?? |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Mon May 08, 2006 1:20 am |
|
|
Your compiler version does not support PIC18 processors.
For commercial reasons CCS decided to come with a whole range of compilers:
PCB: Command-line Compiler for 12-bit PIC MCUs.
PCM: Command-line Compiler for 14-bit PIC MCUs.
PCH: Command-line Compiler for PIC18 MCUs.
PCW: IDE Compiler for 12-bit and 14-bit PIC MCUs (PCB + PCM + IDE).
PCWH: IDE Compiler for 12-bit, 14-bit, and PIC18 MCUs (PCB + PCM + PCH + IDE). |
|
|
LEVENT
Joined: 04 May 2006 Posts: 16
|
|
Posted: Mon May 08, 2006 5:32 am |
|
|
thanx.but where can I download this version? |
|
|
rberek
Joined: 10 Jan 2005 Posts: 207 Location: Ottawa, Canada
|
|
Posted: Mon May 08, 2006 6:08 am |
|
|
You can do it on the CCS website, after pating for the upgrade.
r.b. |
|
|
|