Skip to content
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

Multiple SD.h references, do not compile #50

Open
AEgorovCCR opened this issue Aug 27, 2022 · 1 comment
Open

Multiple SD.h references, do not compile #50

AEgorovCCR opened this issue Aug 27, 2022 · 1 comment

Comments

@AEgorovCCR
Copy link

When I open any example projects I get this error on compile^

Arduino: 1.8.12 (Windows 10), TD: 1.53, Board: "Teensy 3.2 / 3.1, Serial, 24 MHz, Faster, US English"

Multiple libraries were found for "SD.h"
Used: C:\Users\Battou\Documents\Arduino\libraries\SD
In file included from C:\Users\Battou\Documents\Arduino\libraries\TeensyVariablePlayback\src/ResamplingLfsReader.h:9:0,

Not used: C:\Program Files (x86)\Arduino\libraries\SD
Not used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
from C:\Users\Battou\Documents\Arduino\libraries\TeensyVariablePlayback\src/TeensyVariablePlayback.h:11,

             from C:\Users\Battou\Documents\Arduino\libraries\TeensyVariablePlayback\examples\sd_wav\sd_wav.ino:6:

C:\Users\Battou\Documents\Arduino\libraries\TeensyVariablePlayback\src/IndexableLittleFSFile.h:6:22: fatal error: LittleFS.h: No such file or directory

compilation terminated.

Error compiling for board Teensy 3.2 / 3.1.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

@newdigate
Copy link
Owner

Try install LittleFS library if you don't already have it - it seems as thou you don't have littleFS library installed.

If that doesnt work then possibly try use an older version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants