On Mon, May 19, 2008 at 05:29:19PM -0700, David Francisco Rodriguez Perez wrote:
> I was able to compile my driver using user space library libc.a. 

If libc is all you need, then don't bother trying to pull in libc.a at
all.  UML needs libc, so you'll get it anyway.

> So I wanted to compile the driver as a loadable module but now I have
> problems compiling due to errors of the users space socket system calls like
> "socket", "connect", "setsockopt", as undefined. How could I do it?

See arch/um/os-Linux/user_syms.c

                        Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to