Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Docker invalid volume specification
Docker invalid volume specification [message #1853359] Wed, 29 June 2022 08:03 Go to next message
Luca Cavalli is currently offline Luca CavalliFriend
Messages: 2
Registered: June 2022
Junior Member
Hi,

I'm using Eclipse CDT to build an embedded C project in Docker. My host OS is Windows 10 and I'm running Docker engine inside WSL2 (I'm not using Docker Desktop for Windows).

Until previous version I was able to compile the project without any problem, but after updating to Eclipse CDT 2022-06 (4.24.0), the mounted volume with the source code to be compiled has a :Z appended at the end (selinux enabled?):

09:44:39 **** Build of configuration Debug for project TEST ****
invalid volume specification: 'D:\\Progetti\\ECLIPSE_PRJS\\TEST:/D//Progetti/ECLIPSE_PRJS/TEST:Z'

09:44:39 Build Finished. 0 errors, 0 warnings. (took 100ms)


I'm quite sure WSL2 doesn't support selinux.

Thanks,
Luca
Re: Docker invalid volume specification [message #1853523 is a reply to message #1853359] Wed, 06 July 2022 13:40 Go to previous message
Luca Cavalli is currently offline Luca CavalliFriend
Messages: 2
Registered: June 2022
Junior Member
It was a mapping problem not related to directory labels.
The issue has been kindly fixed in https://bugs.eclipse.org/bugs/show_bug.cgi?id=579944.
Previous Topic:.h not recognized as C++
Next Topic:Semantic Error.Symbol 'xxxx' could not be resolve.
Goto Forum:
  


Current Time: Fri Apr 26 22:41:37 GMT 2024

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

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

Back to the top