Hi, I dont know why this is not working for me. I was able to compile the hello world module without errors.
I got the below error: make -C "/lib/modules/2.6.25.14/build" M=/root modules make[1]: Entering directory '/usr/src/linux-2.6.25.14' scripts/Makefile.build:217: target '/root/pcnet32.c' doesn't match the target pattern Building modules, stage 2. MODPOST 0 modules make[1]: leaving directory '/usr/src/linux-2.6.25.14' I got the pcnet32.c file from /usr/src/linux-2.6.25.14/drivers/net/pcnet32.c. 2.6.25.14 is a compiled kernel. Why is it that pcnet32.c did not get compiled when the kernel was compiled? or when the modules were compiled? Regards, Ashish On Thu, Dec 11, 2008 at 1:56 PM, kish <[email protected]> wrote: > this helped me > > > http://tldp.org/LDP/lkmpg/2.6/html/lkmpg.html > -- kish > --------------- > Esse Quam Videri > krisk.wordpress.com > _______________________________________________ > To unsubscribe, email [email protected] with > "unsubscribe <password> <address>" > in the subject or body of the message. > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
