mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Current Status of Module Utilities for 2.5 Kernels?
@ 2003-02-01  7:12 Chris Bradford
  2003-02-01  8:13 ` Tomas Szepe
  2003-02-01 11:27 ` Alex Goddard
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Bradford @ 2003-02-01  7:12 UTC (permalink / raw)
  To: linux-kernel

I'm using Slackware 9.0 beta as my distribution, which uses gcc 3.2.1 as
its C compiler.  My problems started when I noted that kernel 2.4 is not
compilable by gcc v3.x.  I upgraded to linux 2.5.59, which does work with
gcc 3.x.  My upgrade produced another hitch, I was unable to use modules.
My video card, which uses an nVidia TNT2, is of limited usefulness without
the ability to load modules.

Is there a work-around for my problems?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Current Status of Module Utilities for 2.5 Kernels?
  2003-02-01  7:12 Current Status of Module Utilities for 2.5 Kernels? Chris Bradford
@ 2003-02-01  8:13 ` Tomas Szepe
  2003-02-01 11:01   ` Chris Bradford
  2003-02-01 11:27 ` Alex Goddard
  1 sibling, 1 reply; 5+ messages in thread
From: Tomas Szepe @ 2003-02-01  8:13 UTC (permalink / raw)
  To: Chris Bradford; +Cc: linux-kernel

> [lkml-read@khat-fox.com]
> 
> I'm using Slackware 9.0 beta as my distribution, which uses gcc 3.2.1 as
> its C compiler.  My problems started when I noted that kernel 2.4 is not
> compilable by gcc v3.x.

gcc-3.2.1 compiles 2.4.20 (at least) just fine.
I can confirm that standard sw90 development packages are ok.

> gcc 3.x.  My upgrade produced another hitch, I was unable to use modules.
> My video card, which uses an nVidia TNT2, is of limited usefulness without
> the ability to load modules.
> 
> Is there a work-around for my problems?

Yes, you need to read the archives prior to posting a question
to see if another 50 people haven't posted the same one before.

http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

-- 
Tomas Szepe <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Current Status of Module Utilities for 2.5 Kernels?
  2003-02-01  8:13 ` Tomas Szepe
@ 2003-02-01 11:01   ` Chris Bradford
  2003-02-01 11:10     ` Tomas Szepe
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Bradford @ 2003-02-01 11:01 UTC (permalink / raw)
  To: Tomas Szepe; +Cc: linux-kernel



On Sat, 1 Feb 2003, Tomas Szepe wrote:

> > [lkml-read@khat-fox.com]
> >
> > I'm using Slackware 9.0 beta as my distribution, which uses gcc 3.2.1 as
> > its C compiler.  My problems started when I noted that kernel 2.4 is not
> > compilable by gcc v3.x.
>
> gcc-3.2.1 compiles 2.4.20 (at least) just fine.
> I can confirm that standard sw90 development packages are ok.
>
Yes, I finally was able to get 2.4.20 to build for me.  Turns out that I
had to massage the build configuration a little bit first.  Reminds me of
a few fernels that wouldn't build *unless* SMP was enabled in the config.
SMP on a single CPU machine?  Yes, I like wasting 400K by putting in a
feature that I won't actually be using.
> > gcc 3.x.  My upgrade produced another hitch, I was unable to use modules.
> > My video card, which uses an nVidia TNT2, is of limited usefulness without
> > the ability to load modules.
> >
> > Is there a work-around for my problems?
>
> Yes, you need to read the archives prior to posting a question
> to see if another 50 people haven't posted the same one before.
>
Ah, the archives.  Would these be the same archives that are both
incomplete, and scattered across three, maybe more, locations?  Kernel
Traffic is the best of the lot, and I had problems searching it.  I do a
simple search for 'modutils' and it spits out 350+K of stuff.  Stuff that
has absolutely nothing to do with the module utilities.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Current Status of Module Utilities for 2.5 Kernels?
  2003-02-01 11:01   ` Chris Bradford
@ 2003-02-01 11:10     ` Tomas Szepe
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Szepe @ 2003-02-01 11:10 UTC (permalink / raw)
  To: Chris Bradford; +Cc: linux-kernel

> [lkml-read@khat-fox.com]
> >
> > Yes, you need to read the archives prior to posting a question
> > to see if another 50 people haven't posted the same one before.
> >
> Ah, the archives.  Would these be the same archives that are both
> incomplete, and scattered across three, maybe more, locations?  Kernel
> Traffic is the best of the lot, and I had problems searching it.  I do a
> simple search for 'modutils' and it spits out 350+K of stuff.  Stuff that
> has absolutely nothing to do with the module utilities.

And now you're looking even more silly, because instead of saying
something like "ok, thanks," you start babbling absolute nonsense
about archives being incomplete and scattered.

http://marc.theaimsgroup.com/?l=linux-kernel

-- 
Tomas Szepe <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Current Status of Module Utilities for 2.5 Kernels?
  2003-02-01  7:12 Current Status of Module Utilities for 2.5 Kernels? Chris Bradford
  2003-02-01  8:13 ` Tomas Szepe
@ 2003-02-01 11:27 ` Alex Goddard
  1 sibling, 0 replies; 5+ messages in thread
From: Alex Goddard @ 2003-02-01 11:27 UTC (permalink / raw)
  To: Chris Bradford; +Cc: linux-kernel

On Fri, 31 Jan 2003, Chris Bradford wrote:

> I'm using Slackware 9.0 beta as my distribution, which uses gcc 3.2.1 as
> its C compiler.  My problems started when I noted that kernel 2.4 is not
> compilable by gcc v3.x.  I upgraded to linux 2.5.59, which does work with
> gcc 3.x.  My upgrade produced another hitch, I was unable to use modules.
> My video card, which uses an nVidia TNT2, is of limited usefulness without
> the ability to load modules.
> 
> Is there a work-around for my problems?

A quick google, or look around an lkml archive would net you this handy 
site: www.minion.de

-- 
Alex Goddard
agoddard@purdue.edu

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-01 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-01  7:12 Current Status of Module Utilities for 2.5 Kernels? Chris Bradford
2003-02-01  8:13 ` Tomas Szepe
2003-02-01 11:01   ` Chris Bradford
2003-02-01 11:10     ` Tomas Szepe
2003-02-01 11:27 ` Alex Goddard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®