CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

CCS Version 3.1 with MPLAB X v3.3

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
lerible



Joined: 09 Jun 2016
Posts: 4

View user's profile Send private message

CCS Version 3.1 with MPLAB X v3.3
PostPosted: Thu Jun 09, 2016 4:02 pm     Reply with quote

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

View user's profile Send private message

PostPosted: Thu Jun 09, 2016 4:12 pm     Reply with quote

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:
Quote:
CCSC.exe +v
This method should always work. Even if you really have vs. 3.100,
this will work.
lerible



Joined: 09 Jun 2016
Posts: 4

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 7:19 am     Reply with quote

Sorry about that. It looks like I am running Version 5.058 of the CCS compiler.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 7:51 am     Reply with quote

Good. That's a modern version. There are some tutorials on how to setup
CCS in MPLAB X. Have you looked at these ?
Here is a written tutorial:
https://www.ccsinfo.com/pdfs/mplabx_ccs_tutorial.pdf
Here is a video:
https://www.youtube.com/watch?v=uziNEmDdF3g
lerible



Joined: 09 Jun 2016
Posts: 4

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 8:01 am     Reply with quote

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

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 9:00 am     Reply with quote

It's a current problem for other brands of compilers as well:
http://www.microchip.com/forums/m931737.aspx
The work-around is to go back to MPLAB X vs. 3.26.
temtronic



Joined: 01 Jul 2010
Posts: 9163
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 9:28 am     Reply with quote

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

View user's profile Send private message

PostPosted: Fri Jun 10, 2016 9:43 am     Reply with quote

Good advice Jay. I just wanted to make sure it wasn't something I was doing wrong.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group