Skip to content

Instantly share code, notes, and snippets.

@mdauphin
Created July 27, 2016 12:48
Show Gist options
  • Save mdauphin/21eb2a09e967862a48fd0d63c6012dbc to your computer and use it in GitHub Desktop.
Save mdauphin/21eb2a09e967862a48fd0d63c6012dbc to your computer and use it in GitHub Desktop.
Build AVRDude from ubuntu for windows
UBUNTU:~/avrdude/avrdude-6.2$ sudo apt-get install bison flex libusb-dev
UBUNTU:~/avrdude/avrdude-6.2$ ./configure --host=i586-w32-mingw32 CC=i586-mingw32msvc-gcc
UBUNTU:~/avrdude/avrdude-6.2$ make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment