Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » No rule to make target `all'
No rule to make target `all' [message #162730] Mon, 30 January 2006 17:21 Go to next message
Eclipse UserFriend
Originally posted by: pavelp.op.pl

make -k all
No rule to make target `all'

This is all what I've seen after running my first "hello world" program,
with default settings in Standard C Make Project. I use Eclipse 3.1 on
Linux. Thanks for Your help and suggestions.
Re: No rule to make target `all' [message #162774 is a reply to message #162730] Tue, 31 January 2006 08:21 Go to previous messageGo to next message
Andrés Wellmann Jelic is currently offline Andrés Wellmann JelicFriend
Messages: 32
Registered: July 2009
Member
Hi!

Did you write a makefile?? That's essential for using a standard C Make
Project. If you
don't know anything about makefile you should the "managed" project
version.

regards
andrés


Am 30.01.2006, 18:21 Uhr, schrieb Newbie in CDT <pavelp@op.pl>:

> make -k all No rule to make target `all'
>
> This is all what I've seen after running my first "hello world" program,
> with default settings in Standard C Make Project. I use Eclipse 3.1 on
> Linux. Thanks for Your help and suggestions.
>
>
>



--
Erstellt mit Opera
Re: No rule to make target `all' [message #162781 is a reply to message #162774] Tue, 31 January 2006 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavelp.op.pl

Thanks, I just knew that makefile would generated by Eclipse.
It seems that I should write makefile myself.
Re: No rule to make target `all' [message #162788 is a reply to message #162781] Tue, 31 January 2006 11:28 Go to previous message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Newbie,

if you want generated makefiles you must create _managed_ C/C++ projects.

Cheers,


Norbert Ploett
Previous Topic:Mangaged make MACRO
Next Topic:standard include path
Goto Forum:
  


Current Time: Thu Apr 25 02:21:09 GMT 2024

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

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

Back to the top