Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

light4/homebrew-gcc_cross_compilers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCC Cross Compilers for MacOS

CI brew-bottle

Arch

  • arm
  • i586
  • x86_64 already in homebrew

Versions

  • GCC: 12.2.0
  • GDB: 12.1
  • BIN: 2.39

Usage

brew tap light4/gcc_cross_compilers
# arm
brew install arm-elf-binutils arm-elf-gcc arm-elf-gdb
# i586
brew install i586-elf-binutils i586-elf-gcc i586-elf-gdb