* fbmem.c compile problem
@ 2004-11-29 17:50 Frank
2004-11-30 6:44 ` Sam Song
0 siblings, 1 reply; 2+ messages in thread
From: Frank @ 2004-11-29 17:50 UTC (permalink / raw)
To: linuxppc-embedded
I am trying to get framebuffer support compiled into the kernel
(2.4.28) before I compile and install directfb, but I am having
a problem I can't seem to solve. I am getting the following
error when I try to compile fb support into the kernel:
/drivers/char/mem.c:747: undefined reference to `fbmem_init'
I have what I think i need enabled in my .config file:
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_VOYAGER is not set
# CONFIG_FB_MB86290 is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_CT65550 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_S3TRIO is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_LYNX is not set
# CONFIG_FB_SM712 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
CONFIG_FB_RADEON=y
# CONFIG_FB_ATY128 is not set
Can someone shed some light on why, although I have CONFIG_FB
set
to 'y' the makefile won't compile drivers/video/fbmem.c
I am on a very tight schedule and any help would be greatly
appreciated....
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fbmem.c compile problem
2004-11-29 17:50 fbmem.c compile problem Frank
@ 2004-11-30 6:44 ` Sam Song
0 siblings, 0 replies; 2+ messages in thread
From: Sam Song @ 2004-11-30 6:44 UTC (permalink / raw)
To: Frank; +Cc: linuxppc-embedded
Frank <frannk_m1@yahoo.com> wrote:
> #
> # Console drivers
> #
> CONFIG_VGA_CONSOLE=y
> #
> # Frame-buffer support
> #
> CONFIG_FB=y
> CONFIG_DUMMY_CONSOLE=y
> # CONFIG_FB_VOYAGER is not set
> # CONFIG_FB_MB86290 is not set
> # CONFIG_FB_RIVA is not set
> # CONFIG_FB_CLGEN is not set
> # CONFIG_FB_PM2 is not set
> # CONFIG_FB_PM3 is not set
> # CONFIG_FB_CYBER2000 is not set
> # CONFIG_FB_CT65550 is not set
> # CONFIG_FB_IMSTT is not set
> # CONFIG_FB_S3TRIO is not set
> CONFIG_FB_VESA=y
> # CONFIG_FB_VGA16 is not set
> # CONFIG_FB_LYNX is not set
> # CONFIG_FB_SM712 is not set
> # CONFIG_FB_MATROX is not set
> # CONFIG_FB_ATY is not set
> CONFIG_FB_RADEON=y
> # CONFIG_FB_ATY128 is not set
It seems that you haven't enabled enough configuration
about framebuffer support. Following is the my extra
LCD kernel configuration on 2.4.18. Just a reference.
#
# Frame-buffer support
#
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
=====
Best regards,
Sam
_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-30 6:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-29 17:50 fbmem.c compile problem Frank
2004-11-30 6:44 ` Sam Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox