Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Build steps tab missing
Build steps tab missing [message #721233] Thu, 01 September 2011 08:41 Go to next message
Jan Pohanka is currently offline Jan PohankaFriend
Messages: 29
Registered: June 2011
Junior Member
Hello,
I'm using eclipse for embedded linux development. In the project where I have linux kernel sources I have also another makefile project with user space application. After the compilation I'd like to copy resulting files into my nfs rootfs, so I expected I can add some build steps for this, but build steps tab is missing. Does that mean that when I use makefile project, I must do all steps in my makefile?

regards
Jan
Re: Build steps tab missing [message #721295 is a reply to message #721233] Thu, 01 September 2011 11:28 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Quote:
Does that mean that when I use makefile project, I must do all steps in my makefile?

Yes. Post build steps are only for non-makefile projects.
You should add a install target in your makefile. Then you can build in Eclipse with "make all install".


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Hello world Console output
Next Topic:Strange characters (or encoding ?) in tooltips and descriptions
Goto Forum:
  


Current Time: Fri Apr 19 01:11:18 GMT 2024

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

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

Back to the top