参考
https://github.com/grbl/grbl/wiki/Compiling-Grbl
把GRBL目录放在根目录下,不要带中文,
然后,打开命令行界面,进入GRBL目录下,make clean,然后make grbl.hex 就可以了。
如果,make clean这些命令不能识别,
那是因为 环境变量 path 没有把 这些命令的路径加入,
例如,C:\arduino-00xx\hardware\tools\avr\bin;C:\arduino-00xx\hardware\tools \avr\avr\bin;C:\arduino-00xx\hardware\tools\avr\utils\bin
*****************************
第一页的方式,也可以。确保路径没有中文,多试几次应该可以。