Rinat84
Rinat84
Avrdude v7+ uses libwinusb instead of libusb, which doesn't support composite devices. Please use the unofficial build using mingw64 ( avrdude-mingw-* ) from [mcuee ](https://github.com/mcuee/avrdude)repo.
"D:\src\gcc-5.5.0\gcc\toplev.c" ``` /* Attach a special .ident directive to the end of the file to identify the version of GCC which compiled this code. The format of the .ident string...
The patch disables "-fident", which is enabled by default, but leaves it available, along with "-Qy" [fident_distable.patch](https://github.com/msys2/MINGW-packages/files/8046449/fident_distable.patch.txt)