From: acmay@acmay.homeip.net
To: Gwyn Judd <b.judd@xtra.co.nz>
Cc: LinuxPPC Developers List <linuxppc-dev@lists.linuxppc.org>
Subject: Re: make dep fails at acpi
Date: Tue, 24 Jul 2001 00:38:52 -0700 [thread overview]
Message-ID: <20010724003852.B28401@sink.san.rr.com> (raw)
In-Reply-To: <20010724151400.A25666@thislove>; from b.judd@xtra.co.nz on Tue, Jul 24, 2001 at 03:14:00PM +1200
On Tue, Jul 24, 2001 at 03:14:00PM +1200, Gwyn Judd wrote:
>
> This is from the kernel source recently rsync'd from mvista. 'make dep'
> fails like this about 10 seconds in:
>
>
> make -C acpi fastdep
> make[4]: Entering directory `/home/gwyn/Projects/kernel/drivers/acpi'
> gcc -D__KERNEL__ -I/home/gwyn/Projects/kernel/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char
> -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring
> -D_LINUX -I/include -E -D__GENKSYMS__ acpi_ksyms.c
> | /sbin/genksyms -k 2.4.7 >
> /home/gwyn/Projects/kernel/include/linux/modules/acpi_ksyms.ver.tmp
> acpi_ksyms.c:27: acpi.h: No such file or directory
> acpi_ksyms.c:28: acdebug.h: No such file or directory
Short answer update your version of make.
Notice the -I/include and the fact the headers are missing.
The acpi stuff uses -I$(CURDIR)/include. I don't think older versions of make
don't support this. You could hack the make files to not use this
if you don't want to update make.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-07-24 7:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-24 3:14 make dep fails at acpi Gwyn Judd
2001-07-24 7:38 ` acmay [this message]
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=20010724003852.B28401@sink.san.rr.com \
--to=acmay@acmay.homeip.net \
--cc=b.judd@xtra.co.nz \
--cc=linuxppc-dev@lists.linuxppc.org \
/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 NNTP newsgroup(s).