I am new to Nim. I installed Nim from https://nim-lang.org/install_windows.html (my os is Windows 32bit). While installing Nim asked me for mingw32.7z, I added it to /dist. After all I have Nim executable in PATH, but program compiling gives me this traceback:
C:\nimtest>nim c helloworld.nim
Hint: used config file 'C:\Nim\config\nim.cfg' [Conf]
Hint: used config file 'C:\Nim\config\config.nims' [Conf]
....CC: stdlib_io.nim
CC: stdlib_system.nim
cc1.exe: fatal error: C:\Users\??????\nimcache\helloworld_d\stdlib_io.nim.c: Invalid argument
compilatcc1.exe:io n tfatal error: erC:\Users\??????\nimcache\helloworld_d\stdlib_system.nim.c: Invalid argument
mcionmpailation terminatted.
ed.
Error: execution of an external compiler program 'C:\Nim\dist\mingw32\bin\gcc.exe -c -w -fmax-errors=3 -mno-ms-bitfields -IC:\Nim\lib -IC:\nimtest
-o C:\Users\������������\nimcache\helloworld_d\stdlib_io.nim.c.o C:\Users\������������\nimcache\helloworld_d\stdlib_io.nim.c' failed with exit code: 1
How to fix it?