View previous topic :: View next topic |
Author |
Message |
lerible
Joined: 09 Jun 2016 Posts: 4
|
CCS Version 3.1 with MPLAB X v3.3 |
Posted: Thu Jun 09, 2016 4:02 pm |
|
|
I recently switched to MPLAB X v3.3. I now am having build problems using CCS Version 3.1. The message I get, even with the simplest of programs is:
CLEAN SUCCESSFUL (total time: 51ms)
make[1]: *** No rule to make target '.build-conf'. Stop.
make: *** [.build-impl] Error 2
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/Users/lerible/MPLABXProjects/HELLO_TEST.X'
make[1]: Leaving directory 'C:/Users/lerible/MPLABXProjects/HELLO_TEST.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
BUILD FAILED (exit value 2, total time: 154ms)
These projects do seem to building using the XC8 compiler.
Thank you. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Jun 09, 2016 4:12 pm |
|
|
Do you really have CCS compiler version 3.1 ? That series of versions
was available from 2002 through 2004.
Let's find what compiler version you really have.
Examples of version numbers (these are the more recent versions):
http://www.ccsinfo.com/devices.php?page=versioninfo
Here is a list of ways to find the CCS compiler version:
1. Compile a test file, and look at the top of the .LST file, which will
be in your project folder. It will show the version. However, to get
the .LST file to be generated, the source file must compile with no errors.
2. Click on the Start button in Windows, then go to Programs, and then
find the entry for CCS, which will be called "PIC-C". Then click on the icon
for "Compiler Version". It will display a box which shows the compiler
version.
3. Open a Command Prompt window and go to c:\Program Files\Picc
(or wherever the compiler is installed on your PC) and run this command line: This method should always work. Even if you really have vs. 3.100,
this will work. |
|
|
lerible
Joined: 09 Jun 2016 Posts: 4
|
|
Posted: Fri Jun 10, 2016 7:19 am |
|
|
Sorry about that. It looks like I am running Version 5.058 of the CCS compiler. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
lerible
Joined: 09 Jun 2016 Posts: 4
|
|
Posted: Fri Jun 10, 2016 8:01 am |
|
|
Yes. All of that has been done and verified. Something seems to have changed in V3.3 of MPLABX that has broken the build process. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9243 Location: Greensville,Ontario
|
|
Posted: Fri Jun 10, 2016 9:28 am |
|
|
I learned decades ago to NOT 'autoupdate' ! Unless the new version has some 'features' you can't live without,stick with what you KNOW works.
At the very least run a second PC/ eng unit so you can EASILY go back to what WAS working fine. Seems 'undo' isn't as easy as 'they' say it is....
Jay |
|
|
lerible
Joined: 09 Jun 2016 Posts: 4
|
|
Posted: Fri Jun 10, 2016 9:43 am |
|
|
Good advice Jay. I just wanted to make sure it wasn't something I was doing wrong. |
|
|
|