* newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y
@ 2000-11-14 8:56 linux-kernel
2000-11-14 10:42 ` Keith Owens
0 siblings, 1 reply; 4+ messages in thread
From: linux-kernel @ 2000-11-14 8:56 UTC (permalink / raw)
To: linux-kernel
I'll preface this saying I'm a kernel compile newbie and I could be making
the most basic of mistakes.
My problem is that I have an Asus CUSL2 board and am attempting to use the
Intel i815-based on-board video. I'm on Redhat 7.0, which works great with
the stock 2.2.16-22 kernel.
I am able to compile and boot a 2.4.0-test10 kernel for text only. The
problem is that to use the on-board video of the i810/i815 board, you have
to have agpgart -- but when I try to turn CONFIG_AGP=y in the .config the
2.4.0-test11-pre4 compile fails on agpsupport.c:35
I've found many references to similar problems in prior test builds, but I
thought this was already patched? There linux-kernel mailing list archives
had a lengthy discussion about other .config setting dependencies, but I
couldn't find the "final word" on this issue.
I have documented the EXACT procedure I use to build my kernel. For every
attempt, I start with a DELETED /usr/src/linux/ tree and all fresh files
from the downloaded tarball. My steps are documented at:
http://www.roundsparrow.com/Linux/240oni815/
Any help appreciated. Feel free to keep replies off the main list, as this
may be a training issue more than a kernel one :)
Thanks.
Stephen Gutknecht
Renton, Washington
mailto:Stephen@i405.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y
2000-11-14 8:56 newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y linux-kernel
@ 2000-11-14 10:42 ` Keith Owens
2000-11-14 14:16 ` Jeff Garzik
0 siblings, 1 reply; 4+ messages in thread
From: Keith Owens @ 2000-11-14 10:42 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-kernel
On Tue, 14 Nov 2000 00:56:13 -0800,
linux-kernel <linux-kernel@i405.com> wrote:
>I'll preface this saying I'm a kernel compile newbie and I could be making
>the most basic of mistakes.
You are. Hand editing the .config file gives undefined results. Make
all changes through menuconfig or xconfig. The config system does lots
of work behind the scenes which is not peformed if you hand edit.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y
2000-11-14 10:42 ` Keith Owens
@ 2000-11-14 14:16 ` Jeff Garzik
2000-11-14 14:43 ` Richard B. Johnson
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2000-11-14 14:16 UTC (permalink / raw)
To: Keith Owens; +Cc: linux-kernel, linux-kernel
Keith Owens wrote:
>
> On Tue, 14 Nov 2000 00:56:13 -0800,
> linux-kernel <linux-kernel@i405.com> wrote:
> >I'll preface this saying I'm a kernel compile newbie and I could be making
> >the most basic of mistakes.
>
> You are. Hand editing the .config file gives undefined results. Make
> all changes through menuconfig or xconfig. The config system does lots
> of work behind the scenes which is not peformed if you hand edit.
Hand editing works just fine... You just have to remember to run "make
oldconfig" afterwards.
Jeff
--
Jeff Garzik |
Building 1024 | The chief enemy of creativity is "good" sense
MandrakeSoft | -- Picasso
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y
2000-11-14 14:16 ` Jeff Garzik
@ 2000-11-14 14:43 ` Richard B. Johnson
0 siblings, 0 replies; 4+ messages in thread
From: Richard B. Johnson @ 2000-11-14 14:43 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Keith Owens, linux-kernel, linux-kernel
On Tue, 14 Nov 2000, Jeff Garzik wrote:
> Keith Owens wrote:
> >
> > On Tue, 14 Nov 2000 00:56:13 -0800,
> > linux-kernel <linux-kernel@i405.com> wrote:
> > >I'll preface this saying I'm a kernel compile newbie and I could be making
> > >the most basic of mistakes.
> >
> > You are. Hand editing the .config file gives undefined results. Make
> > all changes through menuconfig or xconfig. The config system does lots
> > of work behind the scenes which is not peformed if you hand edit.
>
> Hand editing works just fine... You just have to remember to run "make
> oldconfig" afterwards.
>
> Jeff
Only __sometimes__. There are "questions" that will be skipped even
in `make oldconfig` if some things are hand edited. Hand editing,
followed by `make oldconfig` works only if you know what you are doing.
I wouldn't suggest it for a "newbie'.
Cheers,
Dick Johnson
Penguin : Linux version 2.4.0 on an i686 machine (799.54 BogoMips).
"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-11-14 15:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-14 8:56 newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y linux-kernel
2000-11-14 10:42 ` Keith Owens
2000-11-14 14:16 ` Jeff Garzik
2000-11-14 14:43 ` Richard B. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox