-
Notifications
You must be signed in to change notification settings - Fork 39
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
Compilation problem after I formatted my macbook #85
Comments
You have custom code that uses the USBHost_t36 library? |
No any custom code. I just cloned iMXRT repo and tried to compile it without even editing a single line. |
A platformio bug then? If you compile without WebUI/SD card support does the error go away? |
I have raised issue at pio. Got following response. https://community.platformio.org/t/cant-install-teensy-4-16/39947/2 It seems they have removed old version from server. Can we use latest version 5.0.0? |
Possibly. But have to resolve the include error - some code is missing but not from grblHAL. |
Ok. Will check that and revert. Sorry I missed your instruction. |
Giving url link as under in platformio.ini file installs teensy version 4.16 and compiles successfully: Instead of: Change with: I can confirm that I had tried 4.18 and 5.0 versions with "just cloned" repo without anything changed in my_machine.h or anywhere else (that means webui and sd disabled) and they both versions throw above compilation errors. |
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/[email protected]/libraries/USBHost_t36/MassStorageDriver.cpp:28:0:
/Users/karoria/.platformio/packages/[email protected]/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/[email protected]/libraries/USBHost_t36/USBFilesystemFormatter.h:4:0,
from /Users/karoria/.platformio/packages/[email protected]/libraries/USBHost_t36/USBFilesystemFormatter.cpp:2:
/Users/karoria/.platformio/packages/[email protected]/libraries/USBHost_t36/USBHost_t36.h:2052:19: fatal error: SdFat.h: No such file or directory
The text was updated successfully, but these errors were encountered: