Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse not copying volume to Docker (Eclipse does not copy makefiles to docker container thus build is failing)
Eclipse not copying volume to Docker [message #1818075] Thu, 05 December 2019 09:39 Go to next message
Rinke De Vries is currently offline Rinke De VriesFriend
Messages: 2
Registered: October 2019
Junior Member
Hey,

I am trying to build my project in a docker container using docker tooling in Eclipse. However when trying to build make was giving the "no rule for make all". It cant find the makefile. When i replace the build command with ls, I see that the directory is empty. But Eclipse does generate the makefiles for me, because those are shown in my project explorer.
How do I fix this?

Thanks


Eclipse version
Version: 2019-06 (4.12.0)
Build id: 20190614-1200
Re: Eclipse not copying volume to Docker [message #1818098 is a reply to message #1818075] Thu, 05 December 2019 21:27 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
What exactly are you trying to do?

I don't use Docker but I've gotten the impression it is used
to provide a minimal but complete environment for running your app.

Does your app require all of the tools used in building it?
Such as Make , the compilers, linker and libraries?

If not, wouldn't it make more sense to build it externally
and push what it will need?


Previous Topic:undefined reference
Next Topic:Eclipse-cdt editor can't find include files
Goto Forum:
  


Current Time: Mon Sep 23 06:20:57 GMT 2024

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

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

Back to the top