I´m trying to install the driver of Virtual COM Port Drivers to use a rs232 module for amplification.
I unzip the file and try to do the make but when i try i have this error. I dont know where i must install it because I see i need the headers.
That is the error:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
root@ubilinux:/usr/games/ftdi_sio# ls
ftdi_sio.c ftdi_sio.h Makefile Rules.make
root@ubilinux:/usr/games/ftdi_sio# make
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.10.17-poky-edison-ww42+/build/include -I/usr/src/linux-3.10.17-poky-edison-ww42+/drivers/usb/serial/ -O -c -o ftdi_sio.o ftdi_sio.c
ftdi_sio.c:253:24: fatal error: linux/init.h: No such file or directory
compilation terminated.
make: *** [ftdi_sio.o] Error 1
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////