Hi:
I'm having trouble with compiling a file with the header "Linduino.h" which supports a Linear Technologies Demo Board, DC2376A
in the error message, I get
C:\Users\J\AppData\Local\Temp\Temp1_ltsketchbook-1.zip\LTSketchbook\Part Number\2000\2600\2664\DC2376A\DC2376A.ino:122:22: fatal error: Linduino.h: No such file or directory
(its at the bottom of the messages below.)
I've checked for it in both the Sketch's folder, and in my arduino libraries folder, and no problem.
Arduino: 1.8.2 (Windows 10), Board: "Arduino/Genuino Uno"
C:\Users\J\Desktop\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\J\Desktop\Arduino\hardware -tools C:\Users\J\Desktop\Arduino\tools-builder -tools C:\Users\J\Desktop\Arduino\hardware\tools\avr -built-in-libraries C:\Users\J\Desktop\Arduino\libraries -libraries C:\Users\J\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10802 -build-path C:\Users\J\AppData\Local\Temp\arduino_build_355055 -warnings=none -build-cache C:\Users\J\AppData\Local\Temp\arduino_cache_165763 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -verbose C:\Users\J\AppData\Local\Temp\Temp1_ltsketchbook-1.zip\LTSketchbook\Part Number\2000\2600\2664\DC2376A\DC2376A.ino
C:\Users\J\Desktop\Arduino\arduino-builder -compile -logger=machine -hardware C:\Users\J\Desktop\Arduino\hardware -tools C:\Users\J\Desktop\Arduino\tools-builder -tools C:\Users\J\Desktop\Arduino\hardware\tools\avr -built-in-libraries C:\Users\J\Desktop\Arduino\libraries -libraries C:\Users\J\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10802 -build-path C:\Users\J\AppData\Local\Temp\arduino_build_355055 -warnings=none -build-cache C:\Users\J\AppData\Local\Temp\arduino_cache_165763 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Users\J\Desktop\Arduino\hardware\tools\avr -verbose C:\Users\J\AppData\Local\Temp\Temp1_ltsketchbook-1.zip\LTSketchbook\Part Number\2000\2600\2664\DC2376A\DC2376A.ino
Using board 'uno' from platform in folder: C:\Users\J\Desktop\Arduino\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Users\J\Desktop\Arduino\hardware\arduino\avr
Detecting libraries used...
"C:\Users\J\Desktop\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Users\J\Desktop\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Users\J\Desktop\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\J\AppData\Local\Temp\arduino_build_355055\sketch\DC2376A.ino.cpp" -o "nul"
"C:\Users\J\Desktop\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Users\J\Desktop\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Users\J\Desktop\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\J\AppData\Local\Temp\arduino_build_355055\sketch\DC2376A.ino.cpp" -o "C:\Users\J\AppData\Local\Temp\arduino_build_355055\preproc\ctags_target_for_gcc_minus_e.cpp"
C:\Users\J\AppData\Local\Temp\Temp1_ltsketchbook-1.zip\LTSketchbook\Part Number\2000\2600\2664\DC2376A\DC2376A.ino:122:22: fatal error: Linduino.h: No such file or directory
#include "Linduino.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.