Linux cross-compiler for Cygwin - cannot find the Cygwin Linux compiler toolchain online

I installed Cygwin and followed the necessary steps to install the correct packages to enable cross-compilation of Linux on Windows. Learn more about the procedure here. Compiling Linux binaries (x86 / x86-64) on Windows

However, I cannot get the actual Linux compiler tools from the source above or anywhere online (after several hours of searching). Downloading to the Linux cross-compiler for Cygwin points to Metamod-P , I wonder what Metamod-P is.

How or where can I get the necessary Linux cross compiler for cygwin?

+4
source share
1 answer

The Cygwin Ports repository contains cross-compilers for i686, x86_64, armv7hl and aarch64 GNU / Linux targets. Find packages linux-*-gcc-*in the category Devel.

+7
source

All Articles