View previous topic :: View next topic |
Author |
Message |
arachid
Joined: 15 Oct 2016 Posts: 11
|
BUILD FAIL trouble [Solved] |
Posted: Fri Feb 22, 2019 12:59 pm |
|
|
Hi, I used my ccs compiler with ccs ide (work fine) but now I like to try ccs compile with mplabx. I see a video and I make all same but get always error when I try to complie my c file.
CLEAN SUCCESSFUL (total time: 58ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/testc'
make[1]: *** No rule to make target '.build-conf'. Stop.
make: *** [.build-impl] Error 2
make[1]: Leaving directory 'C:/testc'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
BUILD FAILED (exit value 2, total time: 52ms)
the compile link is C:\PROGRA~2\PICC\CCSC.exe
all like to be ok but error
anybody can help me? |
|
|
arachid
Joined: 15 Oct 2016 Posts: 11
|
|
Posted: Fri Feb 22, 2019 1:23 pm |
|
|
find solution, mplabx asked me to make update after update and restarted mplabx all work |
|
|
dluu13
Joined: 28 Sep 2018 Posts: 395 Location: Toronto, ON
|
|
Posted: Fri Feb 22, 2019 2:19 pm |
|
|
Seems you've solved it, but I am using V5.082. When I first started to use it back in January, I had issues with MPLABX.
After a few emails with CCS support, I got a new ccsc.exe that works. |
|
|
|