All of lore.kernel.org
 help / color / mirror / Atom feed
From: Warren Togami <warren@togami.com>
To: linux-kernel@vger.kernel.org
Subject: 2.5.59-bk10 compile failure
Date: 15 May 2003 18:21:16 -1000	[thread overview]
Message-ID: <1053058876.15567.72.camel@laptop> (raw)

Compilation fails here for 2.5.59-bk9 and bk10.  Last I tried was bk3
which compiled successfully.  Please let me know if you need any more
information, or my .config file.

(Please CC me if you reply, I am not subscribed to the list.  Thanks.)

Warren Togami
warren@togami.com

make -f scripts/Makefile.build obj=arch/i386/lib
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon
-Iinclude/asm-i386/mach-default -fomit-frame-pointer -nostdinc
-iwithprefix include    -DKBUILD_BASENAME=version
-DKBUILD_MODNAME=version -c -o init/.tmp_version.o init/version.c
   ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o
init/mounts.o init/initramfs.o
        ld -m elf_i386  -T arch/i386/vmlinux.lds.s
arch/i386/kernel/head.o arch/i386/kernel/init_task.o   init/built-in.o
--start-group  usr/built-in.o  arch/i386/kernel/built-in.o 
arch/i386/mm/built-in.o  arch/i386/mach-default/built-in.o 
kernel/built-in.o  mm/built-in.o  fs/built-in.o  ipc/built-in.o 
security/built-in.o  crypto/built-in.o  lib/lib.a  arch/i386/lib/lib.a 
drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o 
net/built-in.o --end-group -o .tmp_vmlinux1
arch/i386/kernel/built-in.o(.data+0x169a): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_esp'
arch/i386/kernel/built-in.o(.data+0x169f): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_eax'
arch/i386/kernel/built-in.o(.data+0x16a5): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_ebx'
arch/i386/kernel/built-in.o(.data+0x16ab): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_ecx'
arch/i386/kernel/built-in.o(.data+0x16b1): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_edx'
arch/i386/kernel/built-in.o(.data+0x16b7): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_ebp'
arch/i386/kernel/built-in.o(.data+0x16bd): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_esi'
arch/i386/kernel/built-in.o(.data+0x16c3): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_edi'
arch/i386/kernel/built-in.o(.data+0x16ca): In function
`do_suspend_lowlevel':
: undefined reference to `saved_context_eflags'
arch/i386/kernel/built-in.o(.data+0x170a): In function `ret_point':
: undefined reference to `saved_context_esp'
arch/i386/kernel/built-in.o(.data+0x1710): In function `ret_point':
: undefined reference to `saved_context_ebp'
arch/i386/kernel/built-in.o(.data+0x1715): In function `ret_point':
: undefined reference to `saved_context_eax'
arch/i386/kernel/built-in.o(.data+0x171b): In function `ret_point':
: undefined reference to `saved_context_ebx'
arch/i386/kernel/built-in.o(.data+0x1721): In function `ret_point':
: undefined reference to `saved_context_ecx'
arch/i386/kernel/built-in.o(.data+0x1727): In function `ret_point':
: undefined reference to `saved_context_edx'
arch/i386/kernel/built-in.o(.data+0x172d): In function `ret_point':
: undefined reference to `saved_context_esi'
arch/i386/kernel/built-in.o(.data+0x1733): In function `ret_point':
: undefined reference to `saved_context_edi'
arch/i386/kernel/built-in.o(.data+0x173e): In function `ret_point':
: undefined reference to `saved_context_eflags'
arch/i386/kernel/built-in.o(.data+0x1752): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_esp'
arch/i386/kernel/built-in.o(.data+0x1757): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_eax'
arch/i386/kernel/built-in.o(.data+0x175d): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_ebx'
arch/i386/kernel/built-in.o(.data+0x1763): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_ecx'
arch/i386/kernel/built-in.o(.data+0x1769): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_edx'
arch/i386/kernel/built-in.o(.data+0x176f): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_ebp'
arch/i386/kernel/built-in.o(.data+0x1775): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_esi'
arch/i386/kernel/built-in.o(.data+0x177b): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_edi'
arch/i386/kernel/built-in.o(.data+0x1782): In function
`do_suspend_lowlevel_s4bios':
: undefined reference to `saved_context_eflags'
make: *** [.tmp_vmlinux1] Error 1



             reply	other threads:[~2003-05-16  4:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-16  4:21 Warren Togami [this message]
2003-05-16  4:29 ` 2.5.59-bk10 compile failure William Lee Irwin III
     [not found]   ` <1053059597.15567.90.camel@laptop>
     [not found]     ` <20030516043410.GA2444@holomorphy.com>
2003-05-16  4:41       ` Correction: 2.5.69-bk10 " Warren Togami
2003-05-16  8:06 ` 2.5.59-bk10 " Adrian Bunk

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=1053058876.15567.72.camel@laptop \
    --to=warren@togami.com \
    --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.