public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Jason Morgan <jason.morgan@citel.com>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: problem with make
Date: Mon, 22 Apr 2002 00:50:00 -0000	[thread overview]
Message-ID: <115ABFD69991D511B9860050FC2246662C886C@ThisAddressDoesNotExist> (raw)

Hi,


I'm having a problem using Cygwin as a platform for gcc running as a cross
compiler.

When doing make dep on a kernel tree, the following happens.

On the make line dep-files, the make file reads

dep-files:
	scripts/mkdep archdep include/linux/version.h
	scripts/mkdep -- init/*.c > .depend
	scripts/mkdep -- `find $(FINDHPATH) -name SCCS -prune -o -follow
-name \*.h ! -name modversions.h -print` > .hdepend
	$(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS))
_FASTDEP_ALL_SUB_DIRS="$(SUBD
ifdef CONFIG_MODVERSIONS
	$(MAKE) update-modverfile
endif


Its the third line causing the problem where the result of find
scripts/mkdep is a result of a find.

The error is:
scripts/mkdep: error 22

This error seems to come from the shell (bash)

The 'find' works OK on its own, and the previous two 'mkdep's' do as well.
So the only conslusion is the resulting
command line from the find is upsetting the shell when it passes the
parameters into mkdep.

Isolating this one line into a shell script seem to support this theory.

Bash in my cygwin is version 2.05a.0(3)



Any help appreciated,

Jason.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2002-04-22  7:38 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-22  0:50 Jason Morgan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-05  7:00 Problem " Lange, Jan-Erik
2013-06-05  7:31 ` Corinna Vinschen
     [not found] <009001c17d8a$9ad87380$9a5f07d5@BRAMSCHE>
2001-12-05  5:26 ` problem " Earnie Boyd
     [not found] <200103150254.SAA09865@cygnus.com>
2001-03-14 19:04 ` Problem " Christopher Faylor
2001-03-14 18:54 Mark Paulus
2000-08-17  9:43 problem " Brian Pollard
2000-08-17 23:26 ` Lassi A. Tuura
2000-08-16 15:58 Noel L Yap
2000-08-16 15:23 Noel L Yap
2000-08-16 13:12 Heribert Dahms
2000-08-16 23:01 ` Lassi A. Tuura
2000-08-15 10:37 Brian Pollard
2000-08-16  0:01 ` Avraham H. Fraenkel
2000-08-16  4:34 ` Lassi A. Tuura
1999-06-10  4:56 Problem " Brown, Kim
1999-06-30 22:10 ` Brown, Kim
1999-06-09 23:12 N8TM
1999-06-30 22:10 ` N8TM
1999-06-09 12:17 Phil Edwards
1999-06-30 22:10 ` Phil Edwards
1999-06-09  9:43 Brown, Kim
1999-06-09 12:26 ` Don Sharp
1999-06-30 22:10   ` Don Sharp
1999-06-30 22:10 ` Brown, Kim
1999-06-09  9:36 Blob, Dave
1999-06-30 22:10 ` Blob, Dave
1998-08-06 14:36 problem " Stuart
1998-08-07 10:39 ` Stuart
1998-08-09 11:19   ` Pete Jordan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=115ABFD69991D511B9860050FC2246662C886C@ThisAddressDoesNotExist \
    --to=jason.morgan@citel.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).