Skip to main content

New answers tagged

1 vote
Accepted

Cross compile error arm64

You’ve installed a bare-metal toolchain, so it doesn’t include a C library. To build your example program you need a toolchain targeting a C library. Look for “GNU/Linux target” rather than “bare-...
Stephen Kitt's user avatar
0 votes

ARM cross-compiler not recognized in MX Linux during STM32 development

/usr/bin/ is where most binaries are kept in Linux and/or /bin/. If you want to add, like @glemco stated, it to your $PATH, one can like so: In the file ~/.bashrc, type at the end of the file this ...
For Ward's user avatar

Top 50 recent answers are included