From: "Joel Cordonnier" <jocordonnier@yahoo.fr>
To: linux-kernel@vger.kernel.org
Subject: newbie problem: compiling kernel 2.4.4, make modules_install , Help please !
Date: Thu, 17 May 2001 20:50:46 +0200 (CEST) [thread overview]
Message-ID: <20010517185046.353.qmail@web13703.mail.yahoo.com> (raw)
In-Reply-To: <20010517183832Z261485-1105+1620@vger.kernel.org>
Hi !
It's the first time that i try to compile my own
kernel. At the moment, I have an old RH 6.1 with a
2.2.12 kernel.
I have downloaded the latest stable kernel 2.4.4
tar.gz kernel.
I follow these steps:
- make xonfig (a give what i need)
- make dep (for dependencies)
- make bzImage.
All seems OK for these steps.
Then
- make modules and
- make modules_install ==> PROBLEM !
FIRST the message say that no argument -F exist for
the command /sbin/depmod. So I change in the Makefile
the call
if [ -r System.map ]; then /sbin/depmod -ae -F
System.map 2.4.4; fi
TO
if [ -r System.map ]; then /sbin/depmod -ae System.map
2.4.4; fi
AFTER THIS CHANGE, i have the following error:
........
.......
make[1]: Entering directory
`/usr/src/linux-2.4.4/arch/i386/mm'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory
`/usr/src/linux-2.4.4/arch/i386/mm'
make -C arch/i386/lib modules_install
make[1]: Entering directory
`/usr/src/linux-2.4.4/arch/i386/lib'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory
`/usr/src/linux-2.4.4/arch/i386/lib'
cd /lib/modules/2.4.4; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i
-r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae System.map
2.4.4; fi
can't open /lib/modules/System.map/modules.dep
I check, and there is no file or directory named
/lib/modules/System.map or directory!
Help please !
Thanks
Joel
___________________________________________________________
Do You Yahoo!? -- Pour faire vos courses sur le Net,
Yahoo! Shopping : http://fr.shopping.yahoo.com
next parent reply other threads:[~2001-05-17 18:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20010517183832Z261485-1105+1620@vger.kernel.org>
2001-05-17 18:50 ` Joel Cordonnier [this message]
2001-05-18 2:15 ` newbie problem: compiling kernel 2.4.4, make modules_install , Help please ! Keith Owens
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=20010517185046.353.qmail@web13703.mail.yahoo.com \
--to=jocordonnier@yahoo.fr \
--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