ftdi usb with debian desktop -


i tasked achieving rs485 communications via easysync usb/rs485 converter, desktop pc [linux philsdebiandesktop 3.2.0-4-amd64 #1 smp debian 3.2.81-2 x86_64 gnu/linux]. decided try vcp ftdi site can't compile it. error:

cc1: fatal error: /lib/modules/3.2.0-4-amd64/build/include/linux/modversions.h: no such file or directory

googled error, attempted fix:

apt-get update

apt-get install linux-headers-$(uname -r)

same error. tried nobbling rules.make file omit generating reference modversions.h. resulted in

ftdi_sio.c:253:24: fatal error: linux/init.h: no such file or directory

i tried googling modversions.h , found in linux-headers-3.16.0-4-amd64

is kernel old vcp? must upgrade in order use it?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -