View previous topic :: View next topic |
Author |
Message |
bill123 Guest
|
PCM compiler crash with MPLAB IDE 8.10 |
Posted: Thu May 01, 2008 7:35 pm |
|
|
Hi,
I just updated my PCM compiler to 4.071, and my MPLAB IDE to 8.10.
This combination causes a fault when compiling, as follows:
“Access violation at address 013380c4. Read of address 013380c4.”
This fault happens the moment the compile is started within the IDE, and is independent of the PIC part selected.
Older PCM compiler versions (I have access to two of the 3.XXX versions) don't do this.
Any ideas? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu May 01, 2008 7:39 pm |
|
|
Post your O/S and service packs. |
|
|
bill123 Guest
|
|
Posted: Thu May 01, 2008 8:03 pm |
|
|
Thanks for the reply.
OS = Win XP SP2 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri May 02, 2008 12:18 pm |
|
|
I don't have XP in my office here. But I tested it with Win2000 and
it compiled a file with no problems.
1. I downloaded MPLAB v8.10 and installed it.
2. Next, I installed the PCM compiler.
3. Then I downloaded and installed the CCS MPLAB IDE "Plug-in".
This program is available on the CCS download page.
4. Finally, I created a project using the MPLAB "Wizard".
Make sure that you have your CCS license file in the proper directory:
Quote: | c:\Program Files\PICC |
The license file will be called PCM.CRG for the PCM compiler.
This thread has links to more information.
http://www.ccsinfo.com/forum/viewtopic.php?t=34473 |
|
|
bill123 Guest
|
|
Posted: Sat May 03, 2008 1:00 pm |
|
|
Thanks for the info!
I finally figured this out, for the record. For some reason the CCS install copied the PCH.CRG and PCD.CRG reg files into the newly created PCM directory, as well as PCM.CRG.
Deleting PCD.CRG and PCH.CRG eliminated the problem. I have all 3 compilers on my system, so I think the CCS setup must be getting confused.
Bill |
|
|
|