View previous topic :: View next topic |
Author |
Message |
ccsfred
Joined: 15 Jun 2016 Posts: 33
|
CCS & MPLABX |
Posted: Wed Jun 15, 2016 10:00 am |
|
|
Hi,
I have been using CCS V4.078 & plugin with MPLAB 8.92 without problem, today I decided to upgrade to MPLABX. I installed MPLABX V3.3, then the plugin for MPLABX, which shows up in the installed tab in the plugins window, also in Tools > Options > Embedded > Build Tools & I can select CCS as my toolchain in project properties.
But when I try and build I get the following error:
CLEAN SUCCESSFUL (total time: 56ms)
make -f nbproject/Makefile-NewConfiguration.mk SUBPROJECTS= .build-conf
make[1]: *** No rule to make target '.build-conf'. Stop.
make[1]: Entering directory 'C:/temp/MPLAB_DSPIC/MOTOR.X'
make: *** [.build-impl] Error 2
make[1]: Leaving directory 'C:/temp/MPLAB_DSPIC/MOTOR.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
BUILD FAILED (exit value 2, total time: 53ms)
I've spent hours trying to overcome. I had problems trying to get CCS install with MPLAB, where it wanted to download a demo version, but after a few tries and adding to system variables it's now in MPLABX, just it looks like it still cant access it to build it. I've tried moving project to local C:\Temp .
Any ideas anyone please?
Thanks! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
ccsfred
Joined: 15 Jun 2016 Posts: 33
|
|
Posted: Wed Jun 15, 2016 10:10 am |
|
|
OK Thanks, I'll trying rolling back! Let you know how i get on |
|
|
|