Skip to main content



      Home
Home » Newcomers » Newcomers » eclipse .d files generation
eclipse .d files generation [message #253670] Thu, 10 April 2008 15:16 Go to next message
Eclipse UserFriend
Hello group,

Is there a plugin required for my eclipse C/C++, so that it generates .d
files.

I am stuck here.

Thanks.

nagrik
Re: eclipse .d files generation [message #253696 is a reply to message #253670] Thu, 10 April 2008 15:52 Go to previous messageGo to next message
Eclipse UserFriend
> Is there a plugin required for my eclipse C/C++, so that it generates .d
> files.

..d files are depency files generated by gcc during a managed build run.
Normally you need not care about those files.

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: eclipse .d files generation [message #253720 is a reply to message #253696] Thu, 10 April 2008 16:54 Go to previous messageGo to next message
Eclipse UserFriend
In the absence of .d files, my project does not compile at all from
eclipse and it compiles from command line.

Do I need a plug in for eclipse C/C++ version. I am at a loss.
Re: eclipse .d files generation [message #253745 is a reply to message #253720] Fri, 11 April 2008 03:24 Go to previous messageGo to next message
Eclipse UserFriend
Nagrik wrote:
> In the absence of .d files, my project does not compile at all from
> eclipse and it compiles from command line.
> Do I need a plug in for eclipse C/C++ version. I am at a loss.
>
>
>

The CDT builder supports basically two types of projects: Managed and
Makefile. The first one can generate makefiles for you and also triggers
the generation of .d files, while the latter just relies on your
existing makefiles.
It seems you have created your project as a Managed project, while it
should actually be a Makefile project.
You should recreate your project as a Makefile project.

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: eclipse .d files generation [message #253772 is a reply to message #253745] Fri, 11 April 2008 13:42 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

That means I will have to install CDT plugin, in its absence I just can
not create managed projects.

Right?

Thanks.

nagrik
Re: eclipse .d files generation [message #253783 is a reply to message #253772] Fri, 11 April 2008 16:03 Go to previous message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Nagrik" <vnagrik@gmail.com> wrote in message
news:5102b44234e1364b3492f67fc64cd326$1@www.eclipse.org...
> Hello,
>
> That means I will have to install CDT plugin, in its absence I just can
> not create managed projects.


Yes, you need the CDT feature (which is a collection of plug-ins) to work on
C/C++ code. Otherwise, you might as well be using Notepad.
Previous Topic:How do I run the Shape Diagram Editor Example?
Next Topic:Calling all CDT helpers
Goto Forum:
  


Current Time: Tue May 13 06:38:50 EDT 2025

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

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

Back to the top