X-Spam-Check-By: sourceware.org
Message-ID: <89c3ea2b0612160820p32fb7295qb50b35b17cab89af@mail.gmail.com>
Date: Sat, 16 Dec 2006 11:20:50 -0500
From: "andy wang" <ypwangreg@gmail.com>
To: cygwin@cygwin.com
Subject: Re: something goes wrong while compiling linux kernel under cygwin
In-Reply-To: <loom.20061216T081535-4@post.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <loom.20061216T081535-4@post.gmane.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <desfilms@gmail.com> 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/

