We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e1e4a commit 2812d7eCopy full SHA for 2812d7e
Readme.md
@@ -47,7 +47,7 @@ sudo apt-get install gcc-mingw-w64-i686
47
When building you must set the env var `CROSS_COMPILE` to `mingw` for example:
48
49
```
50
-CROSS_COMPILE=mingw ./package_avrdude.bash
+CROSS_COMPILE=mingw ./package-avrdude.bash
51
52
53
cross compile with mingw has been tested on Ubuntu 14.04 (mingw-w64 4.8), different versions of mingw may behave differently and fail to build.
0 commit comments