ni / usb3vision

Driver for USB3 Vision(TM) class devices
GNU General Public License v2.0
63 stars 31 forks source link

How to build it? #8

Open HHZ94 opened 2 years ago

HHZ94 commented 2 years ago

Hi! I want to build it for my U3V local camera, but I don't know how to build it. When I compile it, it raises a "No such file or dictionary, Stop" error.

yoyofreeman commented 1 year ago

me too. What dependencies are needed to compile this?

charliebudd commented 2 months ago

It seems that the make file expects KERNELHEADERS env variable to be set. This can be set within the make file as follows...

KERNELHEADERS := /lib/modules/$(shell uname -r)/build