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

You can remove the docker element from the solution, this was just to give context.

I have put all of /usr/include from the docker image in a folder on the host and pointed CDT to it. That seems to have helped a bit. Still I want to know: What approaches do you use?

Den 9 dec. 2015 5:14 fm skrev "Nathan Ridge" <zeratul976@xxxxxxxxxxx>:
> 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/

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top