* linuxppc-2.5 from mvista.com -- drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
@ 2003-03-24 17:37 miles.lane
2003-03-24 17:56 ` Michel Dänzer
0 siblings, 1 reply; 3+ messages in thread
From: miles.lane @ 2003-03-24 17:37 UTC (permalink / raw)
To: linuxppc-dev
gcc -Wp,-MD,drivers/char/agp/.backend.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-Iarch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple
-mstring -fomit-frame-pointer -nostdinc -iwithprefix include
-DKBUILD_BASENAME=backend -DKBUILD_MODNAME=agpgart -c -o
drivers/char/agp/backend.o drivers/char/agp/backend.c
In file included from drivers/char/agp/backend.c:39:
drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
In file included from drivers/char/agp/backend.c:39:
drivers/char/agp/agp.h: In function `global_cache_flush':
drivers/char/agp/agp.h:51: warning: implicit declaration of function
`flush_agp_cache'
make[3]: *** [drivers/char/agp/backend.o] Error 1
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linuxppc-2.5 from mvista.com -- drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
2003-03-24 17:37 linuxppc-2.5 from mvista.com -- drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory miles.lane
@ 2003-03-24 17:56 ` Michel Dänzer
2003-03-24 19:00 ` Michel Dänzer
0 siblings, 1 reply; 3+ messages in thread
From: Michel Dänzer @ 2003-03-24 17:56 UTC (permalink / raw)
To: miles.lane; +Cc: linuxppc-dev
On Mon, 2003-03-24 at 18:37, miles.lane@attbi.com wrote:
> gcc -Wp,-MD,drivers/char/agp/.backend.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -Iarch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple
> -mstring -fomit-frame-pointer -nostdinc -iwithprefix include
> -DKBUILD_BASENAME=backend -DKBUILD_MODNAME=agpgart -c -o
> drivers/char/agp/backend.o drivers/char/agp/backend.c
> In file included from drivers/char/agp/backend.c:39:
> drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
> In file included from drivers/char/agp/backend.c:39:
> drivers/char/agp/agp.h: In function `global_cache_flush':
> drivers/char/agp/agp.h:51: warning: implicit declaration of function
> `flush_agp_cache'
> make[3]: *** [drivers/char/agp/backend.o] Error 1
I did
cp include/asm-{alpha,ppc}/asm.h
to get it to build - there's no UniNorth agpgart in linuxppc-2.5 yet
anyway, so I guess you enabled CONFIG_AGP for CONFIG_DRM_RADEON like I
did. :)
--
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member / CS student, Free Software enthusiast
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linuxppc-2.5 from mvista.com -- drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
2003-03-24 17:56 ` Michel Dänzer
@ 2003-03-24 19:00 ` Michel Dänzer
0 siblings, 0 replies; 3+ messages in thread
From: Michel Dänzer @ 2003-03-24 19:00 UTC (permalink / raw)
To: miles.lane; +Cc: linuxppc-dev
On Mon, 2003-03-24 at 18:56, Michel Dänzer wrote:
> On Mon, 2003-03-24 at 18:37, miles.lane@attbi.com wrote:
> > gcc -Wp,-MD,drivers/char/agp/.backend.o.d -D__KERNEL__ -Iinclude -Wall
> > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> > -Iarch/ppc -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple
> > -mstring -fomit-frame-pointer -nostdinc -iwithprefix include
> > -DKBUILD_BASENAME=backend -DKBUILD_MODNAME=agpgart -c -o
> > drivers/char/agp/backend.o drivers/char/agp/backend.c
> > In file included from drivers/char/agp/backend.c:39:
> > drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory
> > In file included from drivers/char/agp/backend.c:39:
> > drivers/char/agp/agp.h: In function `global_cache_flush':
> > drivers/char/agp/agp.h:51: warning: implicit declaration of function
> > `flush_agp_cache'
> > make[3]: *** [drivers/char/agp/backend.o] Error 1
>
> I did
>
> cp include/asm-{alpha,ppc}/asm.h
^^^^^
D'oh, make that agp.h .
--
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member / CS student, Free Software enthusiast
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-03-24 19:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-24 17:37 linuxppc-2.5 from mvista.com -- drivers/char/agp/agp.h:31: asm/agp.h: No such file or directory miles.lane
2003-03-24 17:56 ` Michel Dänzer
2003-03-24 19:00 ` Michel Dänzer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).