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 d
Hi All
Sorry pls disregard my message. I was able to do it. I created a driver
similar to vde and pcap linking user space library libc.a and then I
exported the symbols to make TCP connections. Then I created a normal
loadable module to use those methods to make a connection to a server out of
th
Hi
I was able to compile my driver using user space library libc.a. But when I
run the Linux executable, it runs this driver very early in the bootup
process such that I have not setup the ethernet eth0 interface.
So the output looks like:
HelloTCP Start
Not able to connect to remote client...
Th