I'd like to cross-compile Nim code on Windows machine to some generic Linux distribution and Mac OSX machines both i386 and x86_64. Well Nim seems quite good in cross-compiling in terms of C source code generation. But to generate target executables I need a C cross-compiler toolchain.
Has anyone here tried fully cross-compiling Nim code? Is there any ready to use C cross-compiling toolchain on Windows? What are some things to watch out for while cross-compiling Nim sources?
