All of lore.kernel.org
 help / color / mirror / Atom feed
From: J <acpi@computerdatasafe.com.au>
To: Linux-Kernel@vger.kernel.org
Subject: 2.6.4 Build problem
Date: Tue, 30 Mar 2004 06:23:51 +0800	[thread overview]
Message-ID: <200403300623.51990.acpi@computerdatasafe.com.au> (raw)

I did this:
untar ... # unpack 2.2.2
cd linux*
patch ... # patch to 2.6.3
patch ... # patch to 2.6.4
make -s allnoconfig
make -s xconfig
time make -s modules bzImage

and got build errors, so ...
mv .config ..
make -s mrproper
cp ../.config .
make -s oldconfig
time make  modules bzImage  >../build-log 2>&1
and got the same errors. The build terminates thus:
summer@Dolphin:~/pebble/kernel/linux-2.6.4$ tail -30 ../build-log
  CC [M]  lib/zlib_deflate/deflate_syms.o
  LD [M]  lib/zlib_deflate/zlib_deflate.o
  LD      lib/zlib_inflate/built-in.o
  CC [M]  lib/zlib_inflate/infblock.o
  CC [M]  lib/zlib_inflate/infcodes.o
  CC [M]  lib/zlib_inflate/inffast.o
  CC [M]  lib/zlib_inflate/inflate.o
  CC [M]  lib/zlib_inflate/inftrees.o
  CC [M]  lib/zlib_inflate/infutil.o
  CC [M]  lib/zlib_inflate/inflate_syms.o
  LD [M]  lib/zlib_inflate/zlib_inflate.o
  LD      arch/i386/lib/built-in.o
  AS      arch/i386/lib/checksum.o
  CC      arch/i386/lib/delay.o
  AS      arch/i386/lib/getuser.o
  CC      arch/i386/lib/memcpy.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  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$


The config file is at http://info.computerdatasafe.com.au/.config
and the build log at http://info.computerdatasafe.com.au/build-log


My real email:
echo summer?computerdatasafe.com.au | tr '?' '@'

Is there a workaround to get this built?

I'll locate and check the list in a day or so.



             reply	other threads:[~2004-03-29 22:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-29 22:23 J [this message]
2004-03-29 23:36 ` [PATCH] Re: 2.6.4 Build problem Tony Breeds

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=200403300623.51990.acpi@computerdatasafe.com.au \
    --to=acpi@computerdatasafe.com.au \
    --cc=Linux-Kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.