Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse fails to initialy run makefile (autotools )
Eclipse fails to initialy run makefile [message #1772693] Wed, 13 September 2017 19:47 Go to next message
Eclipse UserFriend
Following the "standard" New -C Project -GNU autotools - Hello word...
Does few weird things

1. When I click on Finish it runs "Build(?)" and this is what I get in "console"
Build stopped
()

2. When I actually click on "Build Project" I get this

18:21:57 **** Build of configuration Build (GNU) for project ESA_AUTO ****
make all
make: *** No rule to make target `all'. Stop.

18:21:57 Build Finished (took 96ms)

3. I have NO "main.c" in "src" directory

4. Everything else in all directories looks as "autotools" are installed.


All this in current version of Eclipse Oxygen on Ubuntu.
What is missing and who - OS or Eclipse is at fault?
Better yet, how to fix it.

This seems to be common for autotools, but I do have "configure" file etc.
Just no main and make has nothing to work on.

Sounds as a BUG somewhere in GNU autotools.

Please , real help only - no try this , try that - without a solid reason why,
I can shoot around by myself without anybody's assistance.

Thanks






[Updated on: Wed, 13 September 2017 19:51] by Moderator

Re: Eclipse fails to initialy run makefile [message #1772706 is a reply to message #1772693] Thu, 14 September 2017 04:24 Go to previous messageGo to next message
Eclipse UserFriend
I don't think Autotools is correct for your needs. Please read <https://www.gnu.org/software/automake/manual/html_node/index.html#Top>.

For an Autotools project, you need to create the files describing your project to the toolset, and use it to create the makefiles to run at 'Make Project'.

If you're compiling for a target processor different from the system your toolset is run on, you'd be better off by just writing the suitable makefile and use it.

For writing makefiles, read <https://www.gnu.org/software/make/>.
Re: Eclipse fails to initialy run makefile [message #1772735 is a reply to message #1772706] Thu, 14 September 2017 09:37 Go to previous message
Eclipse UserFriend
Please , in the future read the entire post.

Telling me how to run my project does not answer my questions and you are wasting your and my time.

BTW my errors were due to sequence of installation of all of the necessary files to run autotools.

No more assistance needed.
Thanks


Previous Topic:Bypass errors in either of the codes
Next Topic:AJAX compatibility with embedded pages
Goto Forum:
  


Current Time: Tue Jul 15 08:16:25 EDT 2025

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

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

Back to the top