Linux UML - Need gcc on the UML instance. Would like to mount gcc from hostfs
Posted
by Zach
on Stack Overflow
See other posts from Stack Overflow
or by Zach
Published on 2010-03-18T02:44:03Z
Indexed on
2010/03/18
2:51 UTC
Read the original article
Hit count: 421
I know how to mount the hostfs directories when needed for my UML Linux instance.
I need to get gcc and all it's dependencies from my host Linux instance by mounting the files in my UML instance.
I think the paths are not working properly because it comes up with an error about cc1 and execvp when I mount all files and try to run gcc.
Any ideas? Thanks!
© Stack Overflow or respective owner