简体   繁体   English

在docker中构建Eclipse CDT项目

[英]Build Eclipse CDT project in docker

There is docker support in Eclipse CDT. Eclipse CDT中有docker支持。 https://wiki.eclipse.org/CDT/User/NewIn87 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. 我看到如何在Docker容器中运行和调试C ++ App,但我无法在容器中构建项目,只能在我的主机上。 Then I have "error while loading shared libraries". 然后我在加载共享库时出现“错误”。

Have you reciepes how can to build Eclips CDT C++ project in container? 您是否已经知道如何在容器中构建Eclips CDT C ++项目?

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. 目前的预期是它将于2017年6月以CDT 9.3发货方式交付。事实上,最近的CDT月度电话提到了这一点。

  • CDT 9.3 CDT 9.3
    • Jeff to add container build support to CDT Jeff为CDT添加容器构建支持
      • The goal is to build, run and debug using Container 目标是使用Container构建,运行和调试
      • Support for windows as well as Linux 支持Windows以及Linux
      • Intel is also looking into that 英特尔也在研究这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM