Created
July 27, 2016 12:48
-
-
Save mdauphin/21eb2a09e967862a48fd0d63c6012dbc to your computer and use it in GitHub Desktop.
Build AVRDude from ubuntu for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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