Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT (Problems with CDT 10.41 )
CDT [message #1844884] Tue, 28 September 2021 16:46 Go to next message
Yehuda Singer is currently offline Yehuda SingerFriend
Messages: 31
Registered: May 2013
Member
Dear Sir/Mrs.
I have installed the Eclipse IDE 2019-03(4.11.0).


1. How to install CDT 10.4.1?
2. How to install gfotran.

C++ tools and gfortran are already installed in the Red-Hat Linux 7.9


Thanks in advance.
Yehuda
Re: CDT [message #1844896 is a reply to message #1844884] Wed, 29 September 2021 07:32 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Open Eclipse Marketplace ( Help --> Eclipse Marketplace ... )
Search for CDT. It's called something like "Complete Eclipse C/C++ IDE"

There is an IDE for FORTRAN in the Marketplace called Photran
You might want to look at it.

I think you can also download Photran using Help --> Install New Software ...
using https://download.eclipse.org/releases/2019-03
and selecting Programming Languages --> Fortran development tools

Is there a particular reason for installing 2019-03 instead of the latest (2021-09)?






Re: CDT [message #1844933 is a reply to message #1844896] Thu, 30 September 2021 04:25 Go to previous messageGo to next message
Yehuda Singer is currently offline Yehuda SingerFriend
Messages: 31
Registered: May 2013
Member
Dear David,

First of all thanks a lot.
Your advice has helped me. a lot.

I also have installed the version you have recommended.
Fortran and Linux GCC/C++ are OK.

The LLVM C-lang and C++-lang tool chain are not included in the CDT althopugh I have marked them in the Install new software.

Again, thanks for the great help.
Sincerly,
Yehuda

[Updated on: Thu, 30 September 2021 06:17]

Report message to a moderator

Re: CDT [message #1844948 is a reply to message #1844933] Thu, 30 September 2021 13:07 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Quote:
C-lang and C++-lang tool chain are not included in the CDT although
I have marked them in the Install new software


Depends on what you mean by "toolchain". Technically, in Eclipse
a toolchain is the thing that knows how to set tool options for makefile
recipes. You get these by selecting them in the Install New Software.

If you mean the actual compilers, etc. those are outside of Eclipse so
must be downloaded and installed separately.
Re: CDT [message #1845016 is a reply to message #1844948] Sun, 03 October 2021 04:28 Go to previous messageGo to next message
Yehuda Singer is currently offline Yehuda SingerFriend
Messages: 31
Registered: May 2013
Member
Thnaks for your answer. But when creating a new C++ project, I want to use the C-lang and not the GCC.
Re: CDT [message #1845022 is a reply to message #1845016] Sun, 03 October 2021 12:34 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You originally asked how to get CDT.
Apparently you've done that.
But you keep moving what you want.
You really should start a new thread for new problems.

To answer your last, I'm assuming you meant
you want a new project wizard that uses clang.
As far as I know, there isn't one.
You'll have to make one.
Never did that myself but a web search turned up
https://stackoverflow.com/questions/34840505/how-to-add-project-to-create-project-wizard-in-eclipse
http://myjavakitchentime.blogspot.com/2016/07/creating-new-eclipse-project-wizard.html?m=1
Among others.

[Updated on: Sun, 03 October 2021 12:35]

Report message to a moderator

Previous Topic:CDT complains of missing host gcc and g++ for a cross-compile
Next Topic:2021-06 Update fails
Goto Forum:
  


Current Time: Thu Apr 25 19:42:30 GMT 2024

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

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

Back to the top