Skip to main content

2 posts tagged with "toolchain"

View All Tags

Exploring cross compilation: ARM on x86_64

· 3 min read
Frank Chen
Backend & Applied ML Engineer

Cross Compilation Anatomy

Cross-Compilation ecosystem involves the following components:

  • host system
    • cross-Compilation toolchain
      • cross compiler
      • cross linker
      • cross debugger
      • sysroot
        • target system library files
        • target system header files
        • target system other files
  • target system