New answers tagged cross-compilation
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-...
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 ...
Top 50 recent answers are included
Related Tags
cross-compilation × 265arm × 63
linux × 55
compiling × 50
gcc × 45
linux-kernel × 27
debian × 24
ubuntu × 23
embedded × 17
raspberry-pi × 16
make × 15
kernel-modules × 13
toolchain × 13
kernel × 12
glibc × 10
mips × 9
c × 8
lfs × 8
compiler × 8
apt × 7
libraries × 7
configure × 7
drivers × 6
android × 6
arch-linux × 5