Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RPi cross-compile C/C++ za MacOS (x86 -> ARM)
#19
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.
Reply


Messages In This Thread
RE: RPi cross-compile C/C++ za MacOS (x86 -> ARM) - by mikikg - 10-17-2020, 08:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)