From: Tony Breeds <tony@bakeyournoodle.com>
To: J <summer@computerdatasafe.com.au>
Cc: Linux-Kernel@vger.kernel.org
Subject: [PATCH] Re: 2.6.4 Build problem
Date: Tue, 30 Mar 2004 07:36:53 +0800 [thread overview]
Message-ID: <20040329233653.GQ3445@bakeyournoodle.com> (raw)
In-Reply-To: <200403300623.51990.acpi@computerdatasafe.com.au>
On Tue, Mar 30, 2004 at 06:23:51AM +0800, J wrote:
> I did this:
> untar ... # unpack 2.2.2
I guess you meant 2.6.2 :)
<snip>
> LD .tmp_vmlinux1
> drivers/built-in.o(.text+0x435e1): In function `ibmasm_register_uart':
> : undefined reference to `register_serial'
> drivers/built-in.o(.text+0x43649): In function `ibmasm_unregister_uart':
> : undefined reference to `unregister_serial'
> make: *** [.tmp_vmlinux1] Error 1
> summer@Dolphin:~/pebble/kernel/linux-2.6.4$
those symbols are exported from the 8250 driver, so in the shortterm use
*config to set that to y and you should be happy.
I don't know it it's correct but it seems to me that there should be a
kbuild dependancy here.
################################################################################
--- 2.6.4.clean/drivers/misc/Kconfig 2004-03-11 17:57:23.000000000 +1100
+++ 2.6.4.noconfig/drivers/misc/Kconfig 2004-03-30 09:32:07.000000000 +1000
@@ -6,7 +6,7 @@
config IBM_ASM
tristate "Device driver for IBM RSA service processor"
- depends on X86
+ depends on X86 && SERIAL_8250
default n
---help---
This option enables device driver support for in-band access to the
################################################################################
Yours Tony
linux.conf.au http://lca2005.linux.org.au/
Apr 18-23 2005 The Australian Linux Technical Conference!
prev parent reply other threads:[~2004-03-29 23:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-29 22:23 2.6.4 Build problem J
2004-03-29 23:36 ` Tony Breeds [this message]
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=20040329233653.GQ3445@bakeyournoodle.com \
--to=tony@bakeyournoodle.com \
--cc=Linux-Kernel@vger.kernel.org \
--cc=summer@computerdatasafe.com.au \
/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