How do I compile a crosscompiler targeting Linux x64 on a Windows host?
I am planning on harvesting my gaming HTPCs spare cycles for compiling my software using distcc, but I will need to set up a cross compiler. The problem is that Google is sadly lacking in re开发者_如何学运维levant information.
I think Cygwin is the purest form of evil, but is the easiest way of doing what you want. You will just have to install the correct version of gcc from the cygwin installer.
This website has the answer here
精彩评论