All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* AGPGART build problem in 2.4.14
@ 2001-11-07  3:27 Brandon Barker
  2001-11-07 22:37 ` Robert Love
  0 siblings, 1 reply; 3+ messages in thread
From: Brandon Barker @ 2001-11-07  3:27 UTC (permalink / raw
  To: linux-kernel

The following problem occured while building linux 2.4.14 while trying to 
make the agpgart driver (system is Intel/Redhat 7.2):


make[3]: Entering directory `/usr/src/linux-2.4.14/drivers/char/agp'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.14/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS 
-include /usr/src/linux-2.4.14/include/linux/modversions.h   -c -o 
agpgart_fe.o agpgart_fe.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.14/include -Wall -Wstrict-prototypes 
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS 
-include /usr/src/linux-2.4.14/include/linux/modversions.h   -DEXPORT_SYMTAB 
-c agpgart_be.c
agpgart_be.c:84:2: #error "Please define flush_cache."
make[3]: *** [agpgart_be.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.14/drivers/char/agp'
make[2]: *** [_modsubdir_agp] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.14/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.14/drivers'
make: *** [_mod_drivers] Error 2
[root@localhost linux]#

If this problem is resolved please tell me, I'd be very appreciative.
Brandon Barker

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

* Re: AGPGART build problem in 2.4.14
  2001-11-07  3:27 AGPGART build problem in 2.4.14 Brandon Barker
@ 2001-11-07 22:37 ` Robert Love
  2001-11-08  2:38   ` Brandon Barker
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Love @ 2001-11-07 22:37 UTC (permalink / raw
  To: Brandon Barker; +Cc: linux-kernel

On Tue, 2001-11-06 at 22:27, Brandon Barker wrote:
> The following problem occured while building linux 2.4.14 while trying to 
> make the agpgart driver (system is Intel/Redhat 7.2):

> If this problem is resolved please tell me, I'd be very appreciative.
> Brandon Barker

I can't duplicate the problem.  Have you tried recompiling since the
post?

Do a full clean `make oldconfig dep clean bzImage'

I can't figure why your flush isn't being defined, since it should be as
long as __i386__ is defined.

	Robert Love


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

* Re: AGPGART build problem in 2.4.14
  2001-11-07 22:37 ` Robert Love
@ 2001-11-08  2:38   ` Brandon Barker
  0 siblings, 0 replies; 3+ messages in thread
From: Brandon Barker @ 2001-11-08  2:38 UTC (permalink / raw
  To: Robert Love; +Cc: linux-kernel

You were correct, __i386__  was incorrectly defined in my specs file (my 
fault.)  And thanks for the Preemptive Kernel patch!

Brandon Barker

On Wednesday 07 November 2001 05:37 pm, Robert Love wrote:
> On Tue, 2001-11-06 at 22:27, Brandon Barker wrote:
> > The following problem occured while building linux 2.4.14 while trying to
> > make the agpgart driver (system is Intel/Redhat 7.2):
> >
> > If this problem is resolved please tell me, I'd be very appreciative.
> > Brandon Barker
>
> I can't duplicate the problem.  Have you tried recompiling since the
> post?
>
> Do a full clean `make oldconfig dep clean bzImage'
>
> I can't figure why your flush isn't being defined, since it should be as
> long as __i386__ is defined.
>
> 	Robert Love
>
> -
> 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] 3+ messages in thread

end of thread, other threads:[~2001-11-08  2:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-07  3:27 AGPGART build problem in 2.4.14 Brandon Barker
2001-11-07 22:37 ` Robert Love
2001-11-08  2:38   ` Brandon Barker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.