This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.1.8--make or mkdep error, which MAKE me crazy


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]