Skip to content

Instantly share code, notes, and snippets.

View vlad-ivanov-name's full-sized avatar

Vlad Ivanov vlad-ivanov-name

  • Munich, Germany
View GitHub Profile
@vlad-ivanov-name
vlad-ivanov-name / build-gcc.md
Last active April 18, 2021 11:58 — forked from lirenlin/build-gcc.md
build cross arm-gcc with newlib

Set environment variables

export TARGET=aarch64-none-elf
export PREFIX=/work/public/$TARGET
export PATH=$PATH:$PREFIX/bin

Build binutils