Exploring cross compilation: ARM on x86_64
· 3 min read
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
- cross-Compilation toolchain
- target system