We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have the error:
exec: "/bin/arm-none-eabi-g++": file does not exist Error compiling for board Generic STM32F103C series.
Just head over to the boards manager and install the "Arduino SAMBD Boards" package, (the one which includes the Arduino Zero) this fixes it!
(I found the answer to this issue here: rogerclarkmelbourne/Arduino_STM32#226)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you have the error:
exec: "/bin/arm-none-eabi-g++": file does not exist
Error compiling for board Generic STM32F103C series.
Just head over to the boards manager and install the "Arduino SAMBD Boards" package, (the one which includes the Arduino Zero) this fixes it!
(I found the answer to this issue here: rogerclarkmelbourne/Arduino_STM32#226)
The text was updated successfully, but these errors were encountered: