Skip to content

embed-dsp/ed_avr_gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compile and Install of the AVR-GCC Toolchain

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 Source Code

ed_avr_gcc

Get the code for this component to a local directory on your PC.

git clone https://github.com/embed-dsp/ed_avr_gcc.git

FIXME

# Download
make download
# Build
make build
# Install
make install
# ...
make dist
# Cleanup
make clean

Alternative AVR-GCC Toolchains

Microchip

Zak Kemble

Lumito

About

Compile and Install of the AVR-GCC Toolchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published