Hayes Williams
Hayes Williams

Reputation: 23

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 relevant information.

Upvotes: 0

Views: 198

Answers (1)

PAntoine
PAntoine

Reputation: 689

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

Upvotes: 1

Related Questions