/amacc

Small C Compiler generating ELF executable for ARM architecture

Primary LanguageCOtherNOASSERTION

AMaCC = Another Mini ARM C Compiler

Prerequisites

  • Install Linaro ARM Toolchain

    • linaro-toolchain-binaries (little-endian)
  • Install QEMU for ARM user emulation

sudo apt-get install qemu-user

AMaCC is inspired by c4. AMaC works as a small Just-in-Time compiler for ARM backend.