Makeinstall.bat errors and hangs on dd.exe command
Author: mrlatepassCreated Sep 21, 2026Updated Sep 21, 2026
Line 415 of MakeInstall.py needs to be:
"status=progress"
instead of:
"--progress"
The GNU Coreutils:
If you are using a newer compilation of GNU dd ported over to Windows (such as through Git Bash, Cygwin, or MSYS2), the Linux-standard progress argument is recognized instead. status=progress
Source: corpnewt/gibMacOS