- Notifications
You must be signed in to change notification settings - Fork 284
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
Error compiling for board Arduino/Genuino 101. #582
Error compiling for board Arduino/Genuino 101. #582
Comments
Hi @Raffprta , |
|
The error is about upload, not compilation. You need an updated version of |
Perfect, that resolves the issue, thank you :) |
If I wanted to download the latest version (2.2.2), but for Mac, then what's the URL? The one you posted four years ago is for Windows. Edit: Took a wild guess and found it here. |
Luthfidwip1 commented May 7, 2023
Arduino: 1.8.19 (Windows 10), Board: "Arduino/Genuino 101" In file included from C:\Users\Luthfi\Documents\Arduino\libraries\grbl\examples\grblUpload\grblUpload.ino:27:0: C:\Users\Luthfi\Documents\Arduino\libraries\grbl/grbl.h:29:20: fatal error: avr/io.h: No such file or directory #include <avr/io.h>
compilation terminated. exit status 1 Error compiling for board Arduino/Genuino 101. Does anyone know about this kind of problem? |
oqibidipo commented Jul 9, 2023
The Grbl wiki lists a few alternatives, but none of them seem to support Arduino 101. |
When I follow the instructions on how to import this project into the Arduino15 directory I get "Error compiling for board Arduino/Genuino 101." after the compilation stage. Are there any details on how to import/modify this project and have it successfully compile using the Arduino IDE?