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: [136.182.2.221] X-Originating-Email: [raz0redge AT hotmail DOT com] X-Sender: raz0redge AT hotmail DOT com From: "Ashwin Bihari" To: cygwin AT cygwin DOT com Subject: Compiling Linux Kernel yields Error 255 Date: Fri, 09 Jan 2004 12:55:31 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Jan 2004 17:55:31.0512 (UTC) FILETIME=[C6074B80:01C3D6D9] X-IsSubscribed: yes Greetings, I've gone and compiled GCC 3.3.1 to be a cross-compiler for PPC. I can compile simple programs with my cross-compiler, take it to the PPC target and have it work. I am now trying to take it to the next step and compile the kernel. When I tried to do the "depends" I got the following. ----------- scripts/mkdep -- init/*.c > .depend scripts/mkdep -- `find /cygdrive/d/Tools/linux-2.4.20/include/asm /cygdrive/d/To ols/linux-2.4.20/include/linux /cygdrive/d/Tools/linux-2.4.20/include/scsi /cygd rive/d/Tools/linux-2.4.20/include/net /cygdrive/d/Tools/linux-2.4.20/include/mat h-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modver sions.h -print` > .hdepend make: *** [dep-files] Error 255 ----------- Basically it's finding all the *.h files and doing the dependencies, I tried this command with the regular shell and this yields about 927 .H files or so. I searched this list and found that others have had problems either with pipes/redirection or really long command line parameters. But the things that did work for others didn't work for me. I'm running the latest Cygwin with DLL version 1.5.5-1. Any and all ideas appreciated. ~Ashwin _________________________________________________________________ Tired of slow downloads? Compare online deals from your local high-speed providers now. https://broadband.msn.com -- 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/