Michael Collins replied to the topic 'Fli cfw-2-8 FilterWheel' in the forum. 3 years ago

FLI has posted a link to an updated Linux SDK on their downloads page. I found it necessary to make one small change to their Makefile in order to compile the code under Ubuntu-18.04LTS. Is this the update needed to address the issues reported previously in this thread?

Link: www.flicamera.com/downloads/sdk/fliusb-linux-kernel-4.18.tar.gz

In the Makefile, I changed line 15 from
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
to
$(MAKE) -C $(KDIR) KBUILD_EXTMOD=$(PWD) modules

Read More...