10-17-2020, 08:04 PM
Korisni linkovi za cross-compile na *nix za ARM procesore:
Demystifying ARM Floating Point Compiler Options
https://embeddedartistry.com/blog/2017/1...r-options/
Objasnjenje i praktican primer
https://freckled.dev/how-to/2019/07/29/c...scompiler/
Ovo je bitno takodje:
arm-none-eabi - This tool chain targets for ARM architecture, has no vendor, does NOT target an operating system and complies with the ARM EABI.
arm-none-linux-gnueabi - This toolchain targets the ARM architecture, has no vendor, creates binaries that run on the Linux operating system, and uses the GNU EABI.
Demystifying ARM Floating Point Compiler Options
https://embeddedartistry.com/blog/2017/1...r-options/
Objasnjenje i praktican primer
https://freckled.dev/how-to/2019/07/29/c...scompiler/
Ovo je bitno takodje:
arm-none-eabi - This tool chain targets for ARM architecture, has no vendor, does NOT target an operating system and complies with the ARM EABI.
arm-none-linux-gnueabi - This toolchain targets the ARM architecture, has no vendor, creates binaries that run on the Linux operating system, and uses the GNU EABI.