Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cygwin GCC Cross compiling binaries?

I am trying to compile linux binaries with cygwin on windows. Are there any precompiled linux-gcc binaries that are up to date? The page I found last updated in 07.

http://metamod-p.sourceforge.net/cross-compiling.on.windows.for.linux.html

I thought cygwin would have come with cross compiling binaries but I guess not.

like image 378
Will Avatar asked Feb 28 '11 19:02

Will


1 Answers

http://sourceware.org/cygwinports has gcc-4.5.2 both for x86 and x86_64 Linux.

like image 96
ak2 Avatar answered Sep 30 '22 13:09

ak2