Search code examples
eclipsedockereclipse-cdt

Build Eclipse CDT project in docker


There is docker support in Eclipse CDT. https://wiki.eclipse.org/CDT/User/NewIn87

I see how to run and debug C++ App in Docker container, but I cannot build project in container, only on my host. Then I have "error while loading shared libraries".

Have you reciepes how can to build Eclips CDT C++ project in container?


Solution

  • Building in containers is an upcoming feature. The current expectation is that it will be delivered in CDT 9.3 shipping in June 2017. In fact the most recent CDT monthly call referred to this.

    • CDT 9.3
      • Jeff to add container build support to CDT
        • The goal is to build, run and debug using Container
        • Support for windows as well as Linux
        • Intel is also looking into that