library manager error

Status
Not open for further replies.

gony

Well-known member
i'm trying to upload a teensy program to my teensy from a new computer.
after downloading arduino and teensyduino i opened the library manager and installed a library called HamShield since it contains simpleFIFO.h which is a library i use in my program. (it isn't included automatically since i got an error 'simpleFIFO.h not found')

after compiling i get the following error:
Code:
Arduino: 1.8.9 (Windows 10), TD: 1.46, Board: "Teensy 3.6, Serial, 180 MHz, Faster, US English"

C:\Users\User\Documents\Arduino\libraries\HamShield_KISS\src\KISS.cpp:1:23: fatal error: HamShield.h: No such file or directory

compilation terminated.

Error compiling for board Teensy 3.6.

i tried to include the hamshield library but to no results.

the most strange thing is that i don't call this library anywhere, only simpleFIFO.

any tips?
 
Do you have the hamshield_kiss\src\KISS file on your system, or has it not installed correctly?

If libraries are not working for you, moving just the simpleFIFO files to your project directory and calling it there may get you going.
 
Status
Not open for further replies.
Back
Top