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 compiler and Eclipse

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



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

CCS compiler and Eclipse
PostPosted: Mon Jul 13, 2015 2:11 am     Reply with quote

Hi,
Is it possible to accommodate the CCS compilers to work in Eclipse IDE?
Have somebody tried something like that? May be plug-in to an Eclipse IDE?
Thanks.
Ttelmah



Joined: 11 Mar 2010
Posts: 19403

View user's profile Send private message

PostPosted: Mon Jul 13, 2015 3:45 am     Reply with quote

You can easily tell Eclipse to compile with the CCS compiler, but the problem is the lack of the other tools. To be a useable 'IDE' you need the debugger, programmer, etc..
Microchip had a 'go' at it, but it rarely works. However it might well be possible to load this. and then just replace the selected compiler with CCS. It may well have improved. There was a 'third party' developer on the Microchip site attempting to offer a better integrated version, and he might be prepared to take the time and add CCS to this.
PICoHolic



Joined: 04 Jan 2005
Posts: 224

View user's profile Send private message

PostPosted: Thu Jul 16, 2015 7:18 am     Reply with quote

Have you tried SlickEdit? It's as good as Eclipse
Check this: http://www.ccsinfo.com/forum/viewtopic.php?t=48686&highlight=slickedit

Good Luck!
rikotech8



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

PostPosted: Mon Sep 21, 2015 6:48 am     Reply with quote

Quote:
You can easily tell Eclipse to compile with the CCS compiler

Could you please tell me where can I find information about this integration?
I have integrated IAR toolchain using makefile project in Eclipse. But since I am not aware of CCS toolchain and if there is console build option provided, I am far from this easy integration. I have been searching through the internet how to adapt custom compiler to Eclipse and all of the instances I encountered was making makefile project under C, and then specify build command (otherwise being used in console). I haven't even a clue how to tell the Eclipse to use one of these PCB, PCM, PCH or PCD as custom compiler. Your suggestions for alternative IDEs are very attractive but for some reasons I need to use Eclipse.

Another question: As typical toolchain may include Compiler, Linker, Assembler etc.
What about the CCS toolchain? What is it consisted of?
Thank you all for the answers.
_________________
A person who never made a mistake never tried anything new.
Ttelmah



Joined: 11 Mar 2010
Posts: 19403

View user's profile Send private message

PostPosted: Mon Sep 21, 2015 7:23 am     Reply with quote

Stackoverflow has a large section on how to add a compiler to Eclipse.

CCS by default is a single pass compiler (compiles directly to output), so there is only a single entry in the toolchain (ccsc.exe). You can tell CCS not to link, and use it also to link separately, but this is unnecessary, and disadvantageous for several reasons (search here for 'why').
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