On Thu, Jun 27, 2002 at 01:06:12PM -0500, Javier wrote: > Hi my fiends I am customize acm.c driver un my linuz, but I have > problem I am using stdio.h and stdlib.h but when I compiled the driver I > have don't problem but when I use insmod acm.o , appears the next > messages unresolved symbol system and I want to know if any know which > the best way compile only this driver , please,
You can not include stdio.h into a kernel driver, sorry. You must only use the kernel header files. You also can not (well should not) write to a file from a kernel driver. greg k-h ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
