View previous topic :: View next topic |
Author |
Message |
Dargar
Joined: 12 Dec 2003 Posts: 25
|
compiling in MPLAB 6.4 |
Posted: Tue Jan 20, 2004 6:25 am |
|
|
I have downloaded and installed, in this order:
MPLAB6.4
PCW limited edition (877 only)
MPLAB plug in from ccs (newest)
when I try to compile a c project I get this:
Deleting intermediary files... done.
Executing: "D:\Program Files\PICC\Ccsc.exe" "ex5.c" +FH +DF +LN +T -A +M +Z +Y=9 +EA
Error: The selected compiler: "PCH" is not installed on this PC
Halting build on first failure as requested.
BUILD FAILED: Tue Jan 20 13:18:07 2004
Whats up with that? I have tried uninstalling the programs and reinstalling again, but with the same result. I would really like to write and compile the projects in mplab, as I am using the PICstart programmer, and it would speed up and simplify my VERY rapid reprogramming of the pic at this debug and test phase!
Thanks for any help on this, the deadline is getting closer! |
|
 |
dvsoft
Joined: 28 Nov 2003 Posts: 46
|
|
Posted: Tue Jan 20, 2004 6:30 am |
|
|
Hello
Remove the Options +HF ANd Use Option +FM
+FH for PIC18CCCC
+FM for PCM (14) Bit |
|
 |
Dargar
Joined: 12 Dec 2003 Posts: 25
|
|
Posted: Tue Jan 20, 2004 12:32 pm |
|
|
thanks I will try that, only, I didn't tell MPLAB what switches to use, it made that long string of switches itself, and I don't know how to manually change them. But now that I know, I'll try and look for it! |
|
 |
|