You have to download [mingw64](http://mingw-w64.org/doku.php), your GCC is 
mingw32, then you can either add it to your Path or set Nim's GCC compiler path 
to mingw64 like `nim c --gcc.path=C:\mingw64\bin` (I think). Here is a Nim 
compiler user guide: 
[https://nim-lang.org/docs/nimc.html](https://nim-lang.org/docs/nimc.html)

Reply via email to