Nick: muffinbottom E-mail: none Board: muffinbottom Contents: Build started on Fri Aug 24 14:45:08 EDT 2018 exec: export LC_ALL=C ; { cc -E os.h 2>/dev/null | grep -v ^# | grep ' | cut -f 2 -d' ; } Linux exec: export LC_ALL=C ; { cc -E archtest.c 2>/dev/null | grep -v ^# | grep ' | cut -f 2 -d' ; } arm exec: export LC_ALL=C ; { [ -n "" ] && export PKG_CONFIG_LIBDIR="" ; pkg-config --libs libftdi1 || pkg-config --libs libftdi || printf "%s" "-lftdi -lusb" ; } Package libftdi1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi1.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi1' found Package libftdi was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi' found -lftdi -lusb exec: export LC_ALL=C ; { [ -n "" ] && export PKG_CONFIG_LIBDIR="" ; pkg-config --cflags-only-I libftdi1 ; } Package libftdi1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi1.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi1' found exec: export LC_ALL=C ; { [ -n "" ] && export PKG_CONFIG_LIBDIR="" ; pkg-config --libs libusb || printf "%s" "-lusb" ; } -lusb Checking for a C compiler... exec: cc -Os -Wall -Wshadow -Werror .test.c -o .test found. Checking for libpci headers... exec: cc -c -Os -Wall -Wshadow -Werror .test.c -o .test.o found. Checking version of pci_get_dev... exec: cc -c -Os -Wall -Wshadow -Werror .test.c -o .test.o new version (including PCI domain parameter). Checking if libpci is present and sufficient... exec: cc .test.o -o .test -lpci yes. Checking for libusb-0.1/libusb-compat headers... exec: cc -c -Os -Wall -Wshadow -Werror .test.c -o .test.o found. Checking if libusb-0.1 is usable... exec: cc .test.o -o .test -lusb yes. Checking for FTDI support... exec: cc -Os -Wall -Wshadow -Werror .featuretest.c -o .featuretest -lftdi -lusb .featuretest.c:2:18: fatal error: ftdi.h: No such file or directory #include ^ compilation terminated. not found. Checking if Linux SPI headers are present... exec: cc -Os -Wall -Wshadow -Werror .featuretest.c -o .featuretest yes. Checking for utsname support...