* kernel 2.3 make error
@ 2000-04-14 23:13 Scott Knight
2000-04-15 6:54 ` Martin Costabel
0 siblings, 1 reply; 3+ messages in thread
From: Scott Knight @ 2000-04-14 23:13 UTC (permalink / raw)
To: linuxppc-dev
Ive tried over the past three days grabbing the latest kernel from
pauls tree. And everytime i get the same error near the end. I think it
has to do with the controlfb.c file or something having to do that I need
the control frame buffer, if anyone knows why I ight be getting this error
thatd be great. Below is the error.
Scott
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic arch/ppc/kernel/head.o init/main.o init/version.o \
--start-group \
arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.o drivers/net/net.o drivers/parport/parport.a drivers/ide/ide.a
drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o drivers/pci/pci.a drivers/macintosh/macintosh.a
drivers/video/video.o \
net/network.a \
/usr/src/linux/lib/lib.a \
--end-group \
-o vmlinux
drivers/video/video.o: In function `init_control':
drivers/video/video.o(.text.init+0x1354): undefined reference to `mac_map_monitor_sense'
drivers/video/video.o(.text.init+0x1354): relocation truncated to fit:
R_PPC_REL24 mac_map_monitor_sense
make: *** [vmlinux] Error 1
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: kernel 2.3 make error
2000-04-14 23:13 kernel 2.3 make error Scott Knight
@ 2000-04-15 6:54 ` Martin Costabel
2000-04-15 6:43 ` Scott Knight
0 siblings, 1 reply; 3+ messages in thread
From: Martin Costabel @ 2000-04-15 6:54 UTC (permalink / raw)
To: Scott Knight; +Cc: linuxppc-dev
Scott Knight wrote:
>
> Ive tried over the past three days grabbing the latest kernel from
> pauls tree. And everytime i get the same error near the end. I think it
> has to do with the controlfb.c file or something having to do that I need
> the control frame buffer, if anyone knows why I ight be getting this error
> thatd be great. Below is the error.
[]
> drivers/video/video.o: In function `init_control':
> drivers/video/video.o(.text.init+0x1354): undefined reference to `mac_map_monitor_sense'
Do you have CONFIG_FB_COMPAT_XPMAC=y in your .config? You need it even
if you don't use Xpmac as X server.
--
Martin
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kernel 2.3 make error
2000-04-15 6:54 ` Martin Costabel
@ 2000-04-15 6:43 ` Scott Knight
0 siblings, 0 replies; 3+ messages in thread
From: Scott Knight @ 2000-04-15 6:43 UTC (permalink / raw)
To: Martin Costabel; +Cc: Scott Knight, linuxppc-dev
Nope, I dont thats my problem. Thanks, some of thes things, that you would
think wouldnt cause dependincies do and its kinda a pain. But thanks. Also
anyone know if the 2.3 kernel still does the weird console stuff when you
highlight things with the mouse? At least it did it on my 8500. Thanks
Scott Knight
On Sat, 15 Apr 2000, Martin Costabel wrote:
>
> Scott Knight wrote:
> >
> > Ive tried over the past three days grabbing the latest kernel from
> > pauls tree. And everytime i get the same error near the end. I think it
> > has to do with the controlfb.c file or something having to do that I need
> > the control frame buffer, if anyone knows why I ight be getting this error
> > thatd be great. Below is the error.
> []
> > drivers/video/video.o: In function `init_control':
> > drivers/video/video.o(.text.init+0x1354): undefined reference to `mac_map_monitor_sense'
>
> Do you have CONFIG_FB_COMPAT_XPMAC=y in your .config? You need it even
> if you don't use Xpmac as X server.
>
> --
> Martin
>
>
** 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:[~2000-04-15 6:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-14 23:13 kernel 2.3 make error Scott Knight
2000-04-15 6:54 ` Martin Costabel
2000-04-15 6:43 ` Scott Knight
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).