From: Grant Grundler <grundler@parisc-linux.org>
To: rray@tcmail.mstc.state.ms.us
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] 2.6.10-rc2-pa2 build failing
Date: Sat, 4 Dec 2004 12:02:01 -0700 [thread overview]
Message-ID: <20041204190201.GC30126@colo.lackof.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0412031551120.3169@rray.drdc.mstc.ms.gov>
On Fri, Dec 03, 2004 at 03:55:54PM -0600, rray@tcmail.mstc.state.ms.us wrote:
> I got cvs.parisc-linux.org/download/linux-2.6/linux-2.6.10-rc2-pa2.tar.bz2
> and attempted to compile it with standard options set.
Sorry - I need a better definition of "standard" options.
Can you point at a specific .config file?
Perhaps one of those used by the autobuilder?
(See http://cvs.parisc-linux.org/download/linux-2.6/)
> It fails with
>
> drivers/built-in.o: In function `sti_select_fbfont':
> drivers/built-in.o(.init.text+0x2eb4): undefined reference to `find_font'
> drivers/built-in.o(.init.text+0x2fd4): undefined reference to `get_default_font'
> make: *** [.tmp_vmlinux1] Error 1
>
> I'm building this on a K200.
> Any suggestions?
I suspect a dependency is missing in the Kconfig file.
Can you enable CONFIG_VT and see if that fixes the problem?
See drivers/video/Makefile - it only builds drivers/video/console/fonts.c
if CONFIG_VT is enabled. Ergo CONFIG_FB_STI depends on CONFIG_VT
but that's not encoded in drivers/video/Kconfig:
config FB_STI
tristate "HP STI frame buffer device support"
depends on FB && PARISC
default y
...
Hrm...Looking at drivers/video/console/Kconfig it seems
enabling CONFIG_FRAMEBUFFER_CONSOLE is also required.
Please verify that is also enabled.
hth,
grant
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
next prev parent reply other threads:[~2004-12-04 19:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-03 21:55 [parisc-linux] 2.6.10-rc2-pa2 build failing rray
2004-12-04 19:02 ` Grant Grundler [this message]
2004-12-06 15:03 ` rray
2004-12-10 19:28 ` Grant Grundler
[not found] ` <41BADB3C.8000602@tiscali.be>
[not found] ` <41BAE2D5.4010201@tiscali.be>
2004-12-12 19:56 ` Grant Grundler
2004-12-13 4:41 ` Matthew Wilcox
2004-12-19 21:14 ` Joel Soete
2004-12-04 20:20 ` Kyle McMartin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041204190201.GC30126@colo.lackof.org \
--to=grundler@parisc-linux.org \
--cc=parisc-linux@lists.parisc-linux.org \
--cc=rray@tcmail.mstc.state.ms.us \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox