So whats the procedure for getting a PI V3 up and running with a NI USB-GPIB?
I have one of these powersupplies:
Only interface is through GPIB, or a $500 keyboard which i dont have. Looking to make my own controller for it through GPIB.
Been screwing with this for a couple weeks off and on.
First followed the steps here:
https://xdevs.com/guide/ni_gpib_rpi/Got it to talk and whatnot, but I would get a segfault while trying to run ibtest. Figured it was because i was using a V3 Pi and not a V1.
Found this thread. Tried following the steps in reply 34. But I get this error when i try to install the linux-gpib.
root@raspberrypi:/opt/linux-gpib# sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for util/.scm_version.tmp... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking Linux kernel directory... configure: WARNING: Linux kernel directory /lib/modules/4.4.38-v7+/build/ does not exist. Specify using --with-linux-srcdir=DIR.
configure: WARNING: Kernel source tree at /lib/modules/4.4.38-v7+/build/ is not configured. Copy the
appropriate configuration file to /lib/modules/4.4.38-v7+/build//.config and then run 'make oldconfig'
in the kernel source directory.
ok
checking Linux kernel compile flags... make: *** /lib/modules/4.4.38-v7+/build/: No such file or directory. Stop.
configure: WARNING: Failed to get compile flags from Linux kernel directory.
ok
checking for gcc... gccAnyone else run into this issue?