Compiling Windows - iceman1001/ChameleonMini-rebooted GitHub Wiki
How to compile with Windows?
Requirements
- AVR GNU Toolchain from Atmel or Atmel Studio 7
- Cygwin
- Add the bin path of Cygwin and AVR Toolchain to the PATH environment variable
Needed Cygwin packages
- make
- gcc-core
- gcc-g++
- util-linux
- binutils
- rsync
- python
- python3
- bash-completition
- vim
- vim-common
- diffutils
- openssh
Build
If the setup is done --> start Cygwin and navigate to the firmware folder where the makefile is located (Firmware\ChameleonMini
in this repo) and run make
.