Re: [Ftdi-usb-sio-devel] easy questions
Brought to you by:
bryder
From: Bill R. <br...@pa...> - 2002-11-15 00:05:20
|
Hi there, Alberto Mainoni wrote: >I have a too easy questions! >How can I compile the 1.2.1 driver. >I have used gcc -c ftdi_sio.c, I have a lot of errors in file >included. >Can I have an exactly procedure to do it please. >I am use e Mandrake 9 with kernel 2.4.19! > This is the place to go for how to build a kernel. http://www.tldp.org/HOWTO/Kernel-HOWTO.html And here's some general kernel info http://www.tldp.org/HOWTO/KernelAnalysis-HOWTO.html You will need to put the driver files in the directory <kernel_source_root_whereever>/drivers/usb/serial and then do your: make modules make modules_install assuming it is configured as a loadable module. --- Bill |