* how do you successful compile or install 2.5.50?
@ 2002-12-10 13:30 eric lin
[not found] ` <3DF5C40B.5060002@convergence.de>
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: eric lin @ 2002-12-10 13:30 UTC (permalink / raw)
To: Valdis.Kletnieks
Dear Valdis:
I also download from kernel.org 2.5.50, it have error at make modules
or make install
after I downloan another patch-ac1 or mm1, and patch it with 2.5.50,
recompile(I mean make modules or make install) it still have error, (I
ever email the author)
I just wonder how do you successful compile or install that 2.5.50?
do you meet error at make modules? if yes, how do you do ?(modify by
yourself or postto author or public waiting for reply?)
highly appreciate your experience on compile or install new kernel
especailly experiamental kernel
sincere ERic
www.linuxspice.com
linux pc for sale
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how do you successful compile or install 2.5.50?
[not found] ` <3DF5C40B.5060002@convergence.de>
@ 2002-12-11 5:43 ` eric lin
0 siblings, 0 replies; 4+ messages in thread
From: eric lin @ 2002-12-11 5:43 UTC (permalink / raw)
To: Holger Waechtler; +Cc: linux-kernel
Holger Waechtler wrote:
> eric lin wrote:
>
>> Dear Valdis:
>>
>> I also download from kernel.org 2.5.50, it have error at make
>> modules or make install
>
>
> Where exactly do you get the error? Please send post the last lines of
> your compile log to the appropriate mailing list.
>
> linux-dvb for DVB-related stuff and linux-kernel for the general stuff.
>
> Holger
>
>
>
gcc -Wp,-MD,drivers/char/.mxser.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-Iarch/i386/mach-generic -Iarch/i386/mach-defaults -nostdinc
-iwithprefix include -DMODULE -DKBUILD_BASENAME=mxser
-DKBUILD_MODNAME=mxser -c -o drivers/char/mxser.o drivers/char/mxser.c
drivers/char/mxser.c:378: redefinition of `__module_name'
drivers/char/mxser.c:332: `__module_name' previously defined here
make[2]: *** [drivers/char/mxser.o] Error 1
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
www:/home/fsshl/linux-2.5.50#
that is 2.5.50 with .50-ac1 patch
/* I do not know now where can get 2.5.50 since I got from kernel.org
the latest is 50 but now is 51 */
sincere Eric
www.linuxspice.com
linux pc for sale
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how do you successful compile or install 2.5.50?
2002-12-10 13:30 how do you successful compile or install 2.5.50? eric lin
[not found] ` <3DF5C40B.5060002@convergence.de>
@ 2002-12-11 17:09 ` bill davidsen
2002-12-11 19:23 ` Philippe Gramoullé
2 siblings, 0 replies; 4+ messages in thread
From: bill davidsen @ 2002-12-11 17:09 UTC (permalink / raw)
To: linux-kernel
In article <3DF5EC8E.9050603@centurytel.net>,
eric lin <fsshl@centurytel.net> wrote:
| I also download from kernel.org 2.5.50, it have error at make modules
| or make install
| highly appreciate your experience on compile or install new kernel
| especailly experiamental kernel
I highly commend disabling module support and building everything
directly in the kernel. If you get this working you can visit the list
archives and read about modules after 2.5.47, and decide if you really
need modules in 2.5 kernels, and what to change if you do.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how do you successful compile or install 2.5.50?
2002-12-10 13:30 how do you successful compile or install 2.5.50? eric lin
[not found] ` <3DF5C40B.5060002@convergence.de>
2002-12-11 17:09 ` bill davidsen
@ 2002-12-11 19:23 ` Philippe Gramoullé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Gramoullé @ 2002-12-11 19:23 UTC (permalink / raw)
To: eric lin; +Cc: linux-kernel
On Tue, 10 Dec 2002 06:30:54 -0700
eric lin <fsshl@centurytel.net> wrote:
You might want to give 2.5.51 a try as i successfully buit it and modules have been working fine
(you need latest modules tools found here:
| On Tue, 10 Dec 2002 18:04:27 +1100
| Rusty Russell <rusty@rustcorp.com.au> wrote:
| Hi all,
|
| module-init-tools 0.9.3 and the associated RPM
| modutils-2.4.21-7.src.rpm are out.
|
| http://www.[CC].kernel.org/pub/linux/kernel/people/rusty/modules/
Bye
Philippe.
# uname -a
Linux test 2.5.51 #5 SMP Wed Dec 11 19:05:40 CET 2002 i686 unknown unknown GNU/Linux
# lsmod
Module Size Used by
dummy 1720 1
hid 21186 0
sb_lib 43181 0 [permanent]
uart401 8461 1 sb_lib
sound 74003 2 sb_lib uart401
uhci_hcd 27941 0
usbcore 88471 4 hid uhci_hcd
nls_utf8 1230 0
smbfs 58934 0
ymfpci 46876 0
ac97_codec 11702 1 ymfpci [permanent]
soundcore 6306 3 sb_lib sound ymfpci
nfs 122403 0
nfsd 112661 0
exportfs 4558 1 nfsd [permanent]
lockd 58356 2 nfs nfsd
sunrpc 101860 3 nfs nfsd lockd
|
| I just wonder how do you successful compile or install that 2.5.50?
| do you meet error at make modules? if yes, how do you do ?(modify by
| yourself or postto author or public waiting for reply?)
|
| highly appreciate your experience on compile or install new kernel
| especailly experiamental kernel
|
| sincere ERic
| www.linuxspice.com
| linux pc for sale
|
| -
| To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at http://www.tux.org/lkml/
|
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-11 19:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-10 13:30 how do you successful compile or install 2.5.50? eric lin
[not found] ` <3DF5C40B.5060002@convergence.de>
2002-12-11 5:43 ` eric lin
2002-12-11 17:09 ` bill davidsen
2002-12-11 19:23 ` Philippe Gramoullé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox