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

Oldest Version that works with MPLab X

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

Oldest Version that works with MPLab X
PostPosted: Tue Nov 11, 2014 1:54 pm     Reply with quote

I have a CCS Compiler, I believe it's version 4.0.0.206 and although I've installed the plugin for MPLab X I'm still getting some issues. According to some other forums they indicate that my CCS compiler might be too old. What would I need to upgrade my compiler to in order to have it function?
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 1:58 pm     Reply with quote

Quote:
version 4.0.0.206

That's not your version.
The version is in the form 4.xxx and can be found at the top of your .lst file.
_________________
Google and Forum Search are some of your best tools!!!!
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 3:26 pm     Reply with quote

Excellent, except I don't see a .lst file. Would it be located in the /PICC folder or someplace else? Also, still looking for the second part of my issue. Does anyone have knowledge as to which versions are compatible with MPlab X?
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 3:47 pm     Reply with quote

When your compiler is newer than about 2009 AND you have the Windows version and not one of the command-line only versions, then the easiest way to find your program version is:
- Go to the Windows Start Menu,
- find the PIC-C map
- select 'Compiler Version'

If the above doesn't work but you've once successfully compiled a project:
- Open the project map in Windows Explorer
- Find the file name <your project>.lst
- Open the file in a text editor and in the top few lines you will find the version number

Last resort if none of the above options applies:
- Open DOS prompt
- enter the command: ccsc.exe +V
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 4:02 pm     Reply with quote

So looking at a .lst from a project, I see it says my PCH says V5.025, however going with the DOS Command method, it references a PCH V3.231
It also says I have a PCM V4.014. I have no clue which one of these values is more useful, although since my project references PCH I'll assume that one.
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 4:09 pm     Reply with quote

On Further inspection, only one .lst file says v5 the rest confirm v3.231
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 5:13 pm     Reply with quote

Just a question. Why do you need to use MPLAB X ? Other than trying
something new, the main reason is that the latest PICs are only supported
by MPLAB X for programming with Microchip's programmers (ICD3, etc.).

If you have a very old vs. 3.xxx compiler, the compiler itself won't
support the latest PICs. You could use MPLAB vs. 8.92 or an earlier vs.
http://www.microchip.com/pagehandler/en-us/devtools/dev-tools-parts.html
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 5:36 pm     Reply with quote

To be honest, I'm not really sure why we need MPLab X. We are currently using MPLab IDE V8.92 and PIC18F4420 which I can compile our project just fine in V8.92. Our client wants us to use MPLab X and neither me nor my boss are software savy enough to know what the difference would be. So this may be an exercise in futility.
temtronic



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

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 6:41 pm     Reply with quote

OK, I have to ask WHY would a client dictate what software you're using to cut code and blast PICs with?

If you're supplying them with 'pre programmed' PICs they can't edit/change your software.

Am I missing something here?

just kinda curious

Jay
greg@bwt-amps.com



Joined: 11 Nov 2014
Posts: 6
Location: Reno Nv

View user's profile Send private message

PostPosted: Tue Nov 11, 2014 11:28 pm     Reply with quote

Unfortunately, I don't know why. I'm giving my best guess as to who suggested what, but as to why I need to use MPLab X, I'm currently in the dark. This is more of a "here's your assignment" type situation for me.
Ttelmah



Joined: 11 Mar 2010
Posts: 19339

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 2:18 am     Reply with quote

Put it this way, they are trying to shoot themselves in the foot.

MPLAB X, was an enormous step 'backwards'. For every chip that will run with standard MPLAB, I'd use it every time. It works better, is faster, has fewer faults, and was a perfectly competent piece of software. MPLAB X, is still nowhere near as good.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 1:30 pm     Reply with quote

I was afraid I was one of very few that didn't like MPLAB X. It makes
everything hugely complicated (wheels within wheels). I don't know
how Microchip can expect newbies to get excited about using PICs, when
they have to wade through a million details necessary to get MPLAB X
working with a project. It's going to turn away newbies and send them
to Arduino or something. They made a mistake.
Ttelmah



Joined: 11 Mar 2010
Posts: 19339

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 2:08 pm     Reply with quote

Yes, and for a lot of versions, it had so many little problems.

It is a very 'unfortunate' piece of software, and I agree about putting people off.
Even worse, try the Mac version. The PC version actually looks good compared to this.....
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