From: Heinz Diehl <hd@cavy.de>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.5.3 compile failure
Date: Thu, 31 Jan 2002 21:44:41 +0100 [thread overview]
Message-ID: <20020131204441.GA7311@elfie.cavy.de> (raw)
In-Reply-To: <02013119142604.00643@middle-earth.net>
In-Reply-To: <02013119142604.00643@middle-earth.net>
On Thu Jan 31 2002, rudmer wrote:
> make[3]: Entering directory `/usr/src/linux-2.5.3/drivers/base'
> gcc -D__KERNEL__ -I/usr/src/linux-2.5.3/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4
> -DEXPORT_SYMTAB -c core.c
> core.c:10: linux/malloc.h: No such file or directory
> make[3]: *** [core.o] Error 1
> make[3]: Leaving directory `/usr/src/linux-2.5.3/drivers/base'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.5.3/drivers/base'
> make[1]: *** [_subdir_base] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.3/drivers'
> make: *** [_dir_drivers] Error 2
Open "/linux/drivers/base/core.c" and "fs.c" and change
#include <linux/malloc.h>
into
#include <linux/slab.h>
and recompile.
--
# Heinz Diehl, 68259 Mannheim, Germany
prev parent reply other threads:[~2002-02-01 19:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-31 18:14 2.5.3 compile failure rudmer
2002-01-31 20:44 ` Heinz Diehl [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=20020131204441.GA7311@elfie.cavy.de \
--to=hd@cavy.de \
--cc=linux-kernel@vger.kernel.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