-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I am facing compilation issues as under after I formatted my MacBook (macOS Monterey 12.7.4) and reinstalled everything:
Resolving teensy41 dependencies...
Platform Manager: Installing teensy @ 4.16
UnknownPackageError: Could not find the package with 'teensy @ 4.16' requirements for your system 'darwin_x86_64'
If I compile with teensy @4.17 or teensy @5.0 I get following error:
compilation terminated.
*** [.pio/build/teensy41/libd02/USBHost_t36/SerEMU.cpp.o] Error 1
In file included from /Users/karoria/.platformio/packages/framework-arduinoteensy@1.157.220801/libraries/USBHost_t36/MassStorageDriver.cpp:28:0:
/Users/karoria/.platformio/packages/framework-arduinoteensy@1.157.220801/libraries/USBHost_t36/USBHost_t36.h:2052:19: fatal error: SdFat.h: No such file or directory
compilation terminated.
*** [.pio/build/teensy41/libd02/USBHost_t36/MassStorageDriver.cpp.o] Error 1
In file included from /Users/karoria/.platformio/packages/framework-arduinoteensy@1.157.220801/libraries/USBHost_t36/USBFilesystemFormatter.h:4:0,
from /Users/karoria/.platformio/packages/framework-arduinoteensy@1.157.220801/libraries/USBHost_t36/USBFilesystemFormatter.cpp:2:
/Users/karoria/.platformio/packages/framework-arduinoteensy@1.157.220801/libraries/USBHost_t36/USBHost_t36.h:2052:19: fatal error: SdFat.h: No such file or directory