Skip to main content



      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 04:39 Go to next message
Eclipse UserFriend
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 16:27 Go to previous message
Eclipse UserFriend
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: Tue Jun 17 07:43:39 EDT 2025

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

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

Back to the top