Gentoo Archives: gentoo-user

From: Justin Findlay <jfindlay@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] linux make modules fails
Date: Fri, 19 May 2006 05:38:53
Message-Id: 86ba12520605182229o48136a43q4c9f20f28ec57e58@mail.gmail.com
In Reply to: Re: [gentoo-user] linux make modules fails by Richard Fish
1 On 5/18/06, Richard Fish <bigfish@××××××××××.org> wrote:
2
3 > make -rR -f /usr/src/linux-2.6.16-suspend2-r5/scripts/Makefile.modpost
4 > scripts/mod/modpost -m -o
5 > /usr/src/linux-2.6.16-suspend2-r5/Module.symvers vmlinux
6 > arch/i386/kernel/cpuid.o arch/i386/kernel/microcode.o
7 > arch/i386/kernel/msr.o arch/i386/oprofile/oprofile.o crypto/arc4.o
8 > crypto/michael_mic.o crypto/sha256.o drivers/base/firmware_class.o
9 > drivers/block/pktcdvd.o drivers/char/genrtc.o
10 > ...
11
12 is this a single command? Mine only prints out:
13
14 make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
15 scripts/mod/modpost -m -a -o
16 /usr/src/linux-2.6.17-rc4/Module.symvers vmlinux
17
18 and that's it. I've been looking at scripts/mod/modpost.c and I guess
19 it wants the object files on the command line, and they aren't being
20 supplied.
21
22
23 Justin
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] linux make modules fails Richard Fish <bigfish@××××××××××.org>