This repository contains a make file for compile and install of the AVR-GCC toolchain.
This make file can build the AVR-GCC toolchain on the following systems:
- Linux
This overall project consists of the following repositories:
- ed_avr_gcc - Makefile for building the AVR-GCC Toolchain from source (NOTE: Current repository).
- ed_avr_iss - Instruction Set Simulator (ISS) for 8-bit AVR RISC Microprocessor.
- ed_avr_core - Verilog implementation of 8-bit AVR RISC Microprocessor.
- ed_avr_soc - Verilog implementation of 8-bit AVR RISC System-On-Chip Microcontroller.
- ed_avr_soc_fpga - Verilog implementation of 8-bit AVR RISC System-On-Chip Microcontroller in FPGA's.
Get the code for this component to a local directory on your PC.
git clone https://github.com/embed-dsp/ed_avr_gcc.git
# Download
make download
# Build
make build
# Install
make install
# ...
make dist
# Cleanup
make clean