Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse CDT Cross-compile OSX->Linux

> Can I build upon the docker images above somehow by
> giving CDT access to an extracted docker image filesystem
> for the include headers?

I don't know much about docker, but if you can ssh into your
docker image, perhaps you can use something like fuse [1]
to make the headers inside the image available on the host
filesystem?

Regards,
Nate

[1] http://fuse.sourceforge.net/

Back to the top