View previous topic :: View next topic |
Author |
Message |
gio42 Guest
|
PCH+MPLAB7.31 ask for PCM ? |
Posted: Sat May 27, 2006 10:53 am |
|
|
Hi list
Using MPLAB7.31+PCH+CCSplugin installed, trying to compile
a project using pic 16F628 , come out an error like this, asking for PCM(?):
Clean: Deleting intermediary and output files.
Clean: Deleted file "D:\work\CW_ID\cwid.mcs".
Clean: Done.
Executing: "D:\Programmi\PCH\Ccsc.exe" "CW_ID.c" +FM +DF +LN +T -A +M +Z +Y=9 +EA
Error: The selected compiler: "PCM" is not installed on this PC
Halting build on first failure as requested.
BUILD FAILED: Sat May 27 18:37:10 2006
Of course Language Tool Suite and Location points coprrectly to
PCH (rel 3.5.0.92) executable ccs.exe.
Really appreciated your thought about.
Giorgio |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Sat May 27, 2006 11:19 am |
|
|
Your PCH compiler is for commercial reasons limited to only compile for the PIC18 series of processors, see http://www.ccsinfo.com/content.php?page=compilers
Command-line only
PCB: For 12-bit PICŪ MCUs.
PCM: For 14-bit PICŪ MCUs, i.e. the PIC16 series.
PCH: For PIC18 MCUs.
Windows IDE
PCW:For 12-bit and 14-bit PICŪ MCUs (PCB + PCM + IDE).
PCWH: For 12-bit, 14-bit, and PIC18 MCUs (PCB + PCM + PCH + IDE). |
|
|
gio42 Guest
|
PCH+MPLAB7.31 ask for PCM ? |
Posted: Sun May 28, 2006 10:46 am |
|
|
..thanks for clarification, received loud and clear.
Giorgio |
|
|
|