View previous topic :: View next topic |
Author |
Message |
pop
Joined: 18 Sep 2004 Posts: 22
|
MPLAB 6.4 CCS Error |
Posted: Wed Jan 05, 2005 3:18 pm |
|
|
I've just installed Mplab 6.4. I don't want to install version 7.0 as alot of people on microchip forums are reporting problems with its simulator.
I have also installed CCS plugin after MPLAB install was complete.
After selecting "CCS compiler for PIC12/14/16/18", adding a *.c file to a project and selecting a device (16F877), I attempted to make my first compile. The following error occured:
"CCS Error: The CCS C Compiler is not installed on this computer. If you own it, please re-install it."
I don't see why I should reinstall it. Maybe I should run "ccsc +setup" again? Also, if I do that, will I still be able to use MPLAB 5.7 with CCS?
Then I tried to look at the build options and MPLAB gave me a following warning:
"CCS Warning: You compiler version is too old for this version of MPLAB"
I am using CCS C compiler 3.1.0.27 and until today I have been using it with MPLAB 5.7 succesfully.
Anyway, I found MPLAB 5.7 just great until I had to simulate a 10 bit AD converter. If anybody can answer my previous post about this problem that be great!
Thanks |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Wed Jan 05, 2005 5:25 pm |
|
|
Quote: | I am using CCS C compiler 3.1.0.27 | This number format doesn't match anything I have seen before; do you mean 3.127?
If yes, then I don't think this version is compatible with MPLAB v6.x and higher. Several important enhancements were introduced to the *.coff and *.cod files. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Jan 05, 2005 5:35 pm |
|
|
I've seen this before. I think he's right-clicking on the CCSC.EXE icon
in Windows explorer and looking at the file Properties.
He needs to look at the top of the .LST file instead. |
|
|
pop
Joined: 18 Sep 2004 Posts: 22
|
|
Posted: Wed Jan 05, 2005 8:25 pm |
|
|
You're right PCM programmer. I just checked my compiler version (using "ccsc +v" and it is 3.112.
I forgot to mention that I did install the plugin after installing Mplab 6.4.
ckielstra, you mentioned that some earlier versions are not compatible. Is there any way of bypassing this problem and still use MPLAB 6.4?
If I could finish off some simulations on MPLAB 6.4, then I'd be more than happy to continue working on MPLAB 5.7.
Thanks guys |
|
|
|