* MPC8xx-2.2.13 kernel and Framebuffer support: cannot compile!
@ 2000-07-27 15:43 Paolo Scaffardi
2000-07-28 18:43 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Scaffardi @ 2000-07-27 15:43 UTC (permalink / raw)
To: linuxppc-dev
I trying to develop a simple framebuffer driver for my MPC823FADS Video
analog output, but when i modify the kernel to include the any frame buffer
device driver, the compilers reports me:
powerpc-linux-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 \
arch/ppc/math-emu/math-emu.o fs/filesystem.a net/network.a
drivers/block/block.a drivers/char/char.a drivers/misc.misc.a \
drivers/net/net.a drivers/machintosh/machintosh.a
arch/ppc/8xx_io/8xx_io.a drivers/net/net.a\
LinuxPPC/mpc8xx-2.2.13/lib/lib.a --end-group -o vmlinux
init/main.o(.data.init+0x64): undefined reference to 'video_setup'
drivers/char/char.a(mem.o): In function 'chr_dev_init':
mem.o(.text.init+0x40): undefined reference to 'fbmem_init'
mem.o(.text.init+0x40): relocation truncated to fit R_PPC_REL24
fbmem_init
make: *** [vmlinux] Error 1
Why this?
I enabled the voice "General setup/Support for frame buffer devices" ,
enabled the voice "Console drivers/Virtual Frame Buffer support" and run
"make clean; make zImage".
Is it needed a patch to fix this? What can i do?
I cannot use other kernels because of my FADS board (not supported by
HardHat and similars).
Thanx in advance!
- MAY THE PINGUIN B WITH U -
Thanx,
Paolo Scaffardi
AIRVENT SAM s.p.a - RIMINI (ITALY)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MPC8xx-2.2.13 kernel and Framebuffer support: cannot compile!
2000-07-27 15:43 MPC8xx-2.2.13 kernel and Framebuffer support: cannot compile! Paolo Scaffardi
@ 2000-07-28 18:43 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2000-07-28 18:43 UTC (permalink / raw)
To: Paolo Scaffardi; +Cc: linuxppc-dev
Paolo Scaffardi wrote:
>
> I trying to develop a simple framebuffer driver for my MPC823FADS Video
> analog output, but when i modify the kernel to include the any frame buffer
> device driver, the compilers reports me:
Go visit www.mvista.com. We already have 823 frame buffers for
some products in the Linux kernels. It would at least be a starting
point for your customization.
> I cannot use other kernels because of my FADS board (not supported by
> HardHat and similars).
It may be easier to add FADS support to a kernel that already supports
the frame buffer. Unfortunately, I am adding FADS support (again) to
the Linux kernel, and I guess I will make it stick this time.......
-- Dan
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-07-28 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-27 15:43 MPC8xx-2.2.13 kernel and Framebuffer support: cannot compile! Paolo Scaffardi
2000-07-28 18:43 ` Dan Malek
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).