X-Spam-Check-By: sourceware.org Message-ID: <46AA047E.3060902@gmail.com> Date: Fri, 27 Jul 2007 16:43:10 +0200 From: Claudio Scordino User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Compiling a Linux kernel using Cygwin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi all, I have to compile a Linux kernel using Cygwin on Windows XP (I know, it's a very silly thing, but it does not depend on me, unfortunately...). I already have a gcc cross-compile toolchain for my target (arm) installed on Windows. I already installed gcc-core, gcc-g++, binutils, cpio, make, patch, tar, vim, gettext, libintl and libncurses on cygwin (do I need something else?). Since I assume that I need symbolic links, I use an ext2 filesystem on a USB PenDrive, using the ext2fsd driver for Windows. However, I'm receiving a lot of errors, everywhere. Some of them: 1) Sometimes when compiling, I receive the error "cannot mv file A to B: invalid request code". However, the system allows me to manually copy file A on B and then remove file A (which is almost the same thing, so I wonder why the mv command does not work). 2) I'm not able of doing a "make menuconfig" even using the host gcc. The system does not find ncurses libraries. But I've installed them! Does anybody know how to solve these problems ? More general question: did anybody build succesfully a Linux kernel under cygwin? Any hel and suggestion is very welcome. Many thanks in advance, Claudio -- 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/