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 Message-ID: <002301c22275$c16c1840$7901a8c0@nonnon> From: "liangalei" To: Subject: 1.1.8--make or mkdep error, which MAKE me crazy Date: Wed, 3 Jul 2002 17:41:06 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id g639bm528717 hi, I met two error when I try to compile a kernel for ixp1200 on cygwin & win2000. I got the kernel package from Intel's SDK2.1 CD, and what I want to do (compile a kernel) has passed in Redhat, but fail in Cygwin. In Cygwin: (1)First, I unpack the tar file of linux-src.tgz; and when I "make dep", it give an error message ------------------------------------ scripts/mkdep init/*.c > .depend scripts/mkdep `not found make: ****[dep-files]: error 127 ------------------------------------ and I "rm -f mkdep" in linux/scripts directory. This error disappear, but following error appear! (old "mkdep" is an ELF file, new one is "mkdep.exe", look like the src-package come(or copy) from Redhat?? ) (2)"make clean", "make dep"(again) ------------------------------------------------------------------------------- make[1]: Entering directory `/opt/ixasdk/executive/linux/arch/arm/boot' make[1]: Nothing to be done for `dep'. make[1]: Leaving directory `/opt/ixasdk/executive/linux/arch/arm/boot' scripts/mkdep init/*.c > .depend scripts/mkdep `find /opt/ixasdk/executive/linux/include/asm /opt/ixasdk/executiv e/linux/include/linux /opt/ixasdk/executive/linux/include/scsi /opt/ixasdk/execu tive/linux/include/net -follow -name \*.h ! -name modversions.h -print` > .hdepe nd scripts/mkdep: error 22 make: *** [dep-files] Error 2 --------------------------------------------------------------------------------- thanks Lal