Just wondering if anyone has setup klibc to run as a guest under UML? Or if it is even possible? I tried to compile klibc against a kernel that has had ARCH=um and got an error about features.h being MIA. IMHO, it would be useful for testing. -- Bryan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Bryan Hundven wrote:> Just wondering if anyone has setup klibc to run as a guest under UML? Or if it > is even possible?Yes, I have and it works. I simply reused my klibc that I had built against my host kernel, so I assume you should be able to build against any kernel that is configured for your arch. Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 256 bytes Desc: OpenPGP digital signature Url : http://www.vas.nu/pipermail/klibc/attachments/20050621/0d40d066/signature.bin
Daniel Thaler wrote:> Bryan Hundven wrote: > >> Just wondering if anyone has setup klibc to run as a guest under UML? >> Or if it >> is even possible? > > > Yes, I have and it works. > > I simply reused my klibc that I had built against my host kernel, so I > assume you should be able to build against any kernel that is configured > for your arch. >Right. UML guest user space is the same as the source architecture. If anyone knows of any exceptions, please let me know. -hpa