Skip to content

Instantly share code, notes, and snippets.

View e2thenegpii's full-sized avatar

Thomas Eldon Allred e2thenegpii

View GitHub Profile
#!/bin/bash
# http://www.nongnu.org/avr-libc/user-manual/install_tools.html
# For optimum compile time this should generally be set to the number of CPU cores your machine has
JOBCOUNT=4
# Build Linux toolchain
# A Linux AVR-GCC toolchain is required to build a Windows toolchain
# If the Linux toolchain has already been built then you can set this to 0