Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Originating-IP: [203.200.20.226] X-Originating-Email: [mohanlaljangir AT hotmail DOT com] From: "mohanlal jangir" To: "chris" Cc: "Cygwin" References: <3F8A82F0 DOT 6060305 AT cs DOT york DOT ac DOT uk> Subject: Re: unknown pseudo-op: `.subsection' Date: Mon, 13 Oct 2003 16:25:08 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Message-ID: X-OriginalArrivalTime: 13 Oct 2003 11:03:19.0921 (UTC) FILETIME=[9C7FFE10:01C39179] > OK, first brief problem. Are you trying to compile this with the > intention of running it under cygwin? Because that isn't going to work, > and isn't the kind of thing cygwin was designed for. Cygwin "emulates" > unix function calls to allow unix (or posix) programs to be compiled > under windows. It isn't a virtual machine on which you can run the linux > kernel. If that is the kind of thing you want to do, google for "virtual > x86" or something similar. > > If you want to cross-compile it for use on a linux box (why?) you'll > have to compile a cross-compiling version of gcc, which isn't too > difficult but takes a while. > Well, my intension is what you described later. But I though of compiling with native gcc rather then trying directly with a cross compiler. Basically I am working on a windows machine and trying to debug linux kernel on a linux machine (remote debugging). If it is giving problem with native compiler then it is going to give problem with cross compiler also. Isn't it? Regards Mohanlal -- 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/