Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Build steps tab missing
Build steps tab missing [message #721233] Thu, 01 September 2011 04:41 Go to next message
Eclipse UserFriend
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 07:28 Go to previous message
Eclipse UserFriend
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".
Previous Topic:Hello world Console output
Next Topic:Strange characters (or encoding ?) in tooltips and descriptions
Goto Forum:
  


Current Time: Thu Jul 17 21:48:11 EDT 2025

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

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

Back to the top