Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Ryan Johnson
On 11/06/2012 11:31 PM, Yaakov (Cygwin/X) wrote: Prerequisites: * Cygwin snapshot 1.7.16s/20120611 or newer (DLL and headers) * Cygwin gcc4-core 4.5 or newer, make, perl * Cygwin gettext, libelf-devel, libgmp-devel, libmpc-devel, libmpfr-devel, zlib-devel * (for make menuconfig)

Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Christopher Faylor
On Mon, Jun 11, 2012 at 10:31:59PM -0500, Yaakov (Cygwin/X) wrote: Prerequisites: [snip] Nice, Yaakov. Should we make this a FAQ entry or even a separate cygwin web page? cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Larry Hall (Cygwin)
On 6/12/2012 9:17 AM, Christopher Faylor wrote: On Mon, Jun 11, 2012 at 10:31:59PM -0500, Yaakov (Cygwin/X) wrote: Prerequisites: [snip] Nice, Yaakov. Indeed, this is a real cool addition to Cygwin's capabilities Yaakov. :-) Should we make this a FAQ entry or even a separate cygwin web

Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Ryan Johnson
On 12/06/2012 12:34 PM, Larry Hall (Cygwin) wrote: On 6/12/2012 9:17 AM, Christopher Faylor wrote: On Mon, Jun 11, 2012 at 10:31:59PM -0500, Yaakov (Cygwin/X) wrote: Prerequisites: [snip] Nice, Yaakov. Indeed, this is a real cool addition to Cygwin's capabilities Yaakov. :-) Should we

Re: HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-12 Thread Yaakov (Cygwin/X)
Addendum: On 2012-06-11 22:31, Yaakov (Cygwin/X) wrote: 3. kernel a. Download a kernel from http://www.kernel.org/pub/linux/kernel/ . b. Unpack and apply patch 0001. c. For 3.3 or newer kernels, apply patch 0002. d. For make xconfig, apply patch 0003. e. For make nconfig, apply patch 0004. *

HOWTO: cross-compile the Linux kernel on Cygwin

2012-06-11 Thread Yaakov (Cygwin/X)
Prerequisites: * Cygwin snapshot 1.7.16s/20120611 or newer (DLL and headers) * Cygwin gcc4-core 4.5 or newer, make, perl * Cygwin gettext, libelf-devel, libgmp-devel, libmpc-devel, libmpfr-devel, zlib-devel * (for make menuconfig) libncurses-devel or libncursesw-devel * (for make nconfig)