Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 796 Bytes

File metadata and controls

18 lines (15 loc) · 796 Bytes

Cross-Compiling Corner

Collection of different cross-compiling instructions and experiences, mostly for scientific packages and targeting embedded hardware.

Projects done so far:

Tested embedded environments:

  • STM32-H7 series (ARM Cortex-M7), bare-metal
  • STM32-N6 series (ARM Cortex-M55), bare-metal
  • Xilinx Zynq7000 series (ARM Cortex-A9), bare-metal
  • BeagleBone blue (ARM Cortex-A8), Linux
  • Raspberry Pi 5 (ARM Cortex-A76), Linux

Compilers for ARM

... are listed in the ./toolchain directory.