-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTP_Teensy.h: No such file or directory #132
Comments
I have this same error. Were you able to figure it out? |
you will have to download the repository from the mtp-teensy github page. you will then have to copy the whole extracted folder to your teensy libraries folder. The folder path should look something like this C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries. MTP Teensy page: https://github.com/KurtE/MTP_Teensy |
I too have this error. Not IT savvy at all 46yo newby. What repository am I downloading from your link? There's loads of folders and code???? Thanks. |
Arduino: 1.8.19 (Windows 7), TD: 1.59, Board: "Teensy 4.0, Serial, 600 MHz, Faster, US English" Multiple libraries were found for "SD.h" In file included from C:\Users\Sarah\Documents\Arduino\hardware\teensy\avr\libraries\Audio/Audio.h:129, Used: C:\Users\Sarah\Documents\Arduino\hardware\teensy\avr\libraries\SD Not used: C:\Users\Sarah\Documents\Arduino\libraries\SD
C:\Users\Sarah\Documents\Arduino\hardware\teensy\avr\libraries\Audio/play_serialflash_raw.h:33:10: fatal error: SerialFlash.h: No such file or directory 33 | #include <SerialFlash.h> // github.com/PaulStoffregen/SerialFlash/blob/master/SerialFlash.h
compilation terminated. Error compiling for board Teensy 4.0. This report would have more information with |
You are downloading the whole repository. You will need to unzip the GitHub project and then put it into the folder I specified. |
Sorry Jared, coding skills are nil. Please be patient. I go to the project tab but it is empty? There are folders in the code tab? Where and what exactly do I do? Thank you |
hi jared i too am working on this project and have hit this same snag |
I found a fix. Prequisite: Next: Then: That's it. I hope that helps. |
Arduino: 1.8.9 (Windows 10), TD: 1.58, Board: "Teensy 4.0, Serial, 150 MHz, Faster, German, Normal"
Several libraries were found for "SD.h".
C:\Users\rosen\OneDrive\Documents\Arduino\audio-guestbook\audio-guestbook.ino:30:10: fatal error: MTP_Teensy.h: No such file or directory
Used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
30 | #include <MTP_Teensy.h>
Not used: C:\Program Files (x86)\Arduino\libraries\SD
| ^~~~~~~~~~~~~~
compilation terminated.
Error compiling for board Teensy 4.0.
This report would be more detailed if the option
"Verbatim output during compilation"
in File -> Preferences would be activated.
The text was updated successfully, but these errors were encountered: