How to build?
MickGyver opened this issue · 1 comments
MickGyver commented
Not perhaps related to the bootloader itself, but I'm unable to build this (on Windows). What compiler do I need to install to be able to build this? Grateful for any insight!
w-A-L-L-e commented
avr-gcc as it needs to target the atmega chip not an intel chip like in your pc.
there's a winavr-gcc around somewhere if you google it.