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
I believe newlib needs to be installed to build properly.
On my machine (linux mint 19.1 64-bit) make failed with error:
/usr/lib/gcc/arm-none-eabi/6.3.1/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory # include_next <stdint.h>
I just ran sudo apt install libnewlib-arm-none-eabi and ran make again, and was able to compile fully and then flash and run blinky successfully
sudo apt install libnewlib-arm-none-eabi
make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe newlib needs to be installed to build properly.
On my machine (linux mint 19.1 64-bit) make failed with error:
I just ran
sudo apt install libnewlib-arm-none-eabi
and ranmake
again, and was able to compile fully and then flash and run blinky successfullyThe text was updated successfully, but these errors were encountered: