Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C/C++ cohabitation
C/C++ cohabitation [message #985244] Thu, 15 November 2012 09:02 Go to next message
kkt8 Mising name is currently offline kkt8 Mising nameFriend
Messages: 27
Registered: November 2010
Junior Member
Hello !

I make a Workbench for C development from a 3.6 version of Eclipse.
I have to add the C++ and I'have a problem with the C and C++ cohabitation :
If I put (in the projectType) the targetTool C in the toolChain, the C works
If I put (in the projectType) the targetTool C++ in the toolChain, the C++ works

But, if I put the targetToolC,targetToolC++
(see png in attachment)
index.php/fa/12337/0/

I've have an exception on my MakeFileGenerator class :
ITool targetTool = config.calculateTargetTool();
The targetTool is null !!!

Do you have any idea ?
Very Happy thank you !

Chris
Re: C/C++ cohabitation [message #985506 is a reply to message #985244] Thu, 15 November 2012 13:00 Go to previous message
kkt8 Mising name is currently offline kkt8 Mising nameFriend
Messages: 27
Registered: November 2010
Junior Member
It's a semicolon to separated the 2 targettool and not a comma !!!!
Sad grrrr !
Previous Topic:Help: KEY_FILES_TO_PARSE_UP_FRONT Missing in Eclipse 4.2 CDT 8.1
Next Topic:Code Graph Call Stack
Goto Forum:
  


Current Time: Sat May 11 11:54:48 GMT 2024

Powered by FUDForum. Page generated in 0.03089 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top