X-Spam-Check-By: sourceware.org Message-ID: <89c3ea2b0612160820p32fb7295qb50b35b17cab89af@mail.gmail.com> Date: Sat, 16 Dec 2006 11:20:50 -0500 From: "andy wang" To: cygwin AT cygwin DOT com Subject: Re: something goes wrong while compiling linux kernel under cygwin In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com As David said, I think you are trying to cross-compile the kernel on the cygwin. and luckyly there is a post today about "crosstool-0.43 & cygwin", I think it is what you want. and notice that you also need to mount a directory using "-o managed", because on windows the name of file and directory is none-case-sensitive. when mount directory with that options, the name is case-sensitive. failed to do that will cause the compiling error because of missing files. actually, the crosstool already notice this, so when you installed and select the gcc and kernel to compile, it will compile ok most of time because it already skip the modules which can cause that problem. Good luck Regards, Andy On 12/16/06, Leo Liu wrote: > Hi, i'm a newbie to use cygwin under windows. I have known steps of compiling > kernel under Linux. For some reason, i want to compile linux kernel under > Windows now. But i met some problems which stops me to continue. > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/