From: Adrian Bunk <bunk@fs.tum.de>
To: Warren Togami <warren@togami.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.59-bk10 compile failure
Date: Fri, 16 May 2003 10:06:19 +0200 [thread overview]
Message-ID: <20030516080618.GO1346@fs.tum.de> (raw)
In-Reply-To: <1053058876.15567.72.camel@laptop>
On Thu, May 15, 2003 at 06:21:16PM -1000, Warren Togami wrote:
> 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'
>...
Known bug, fix by mikpe@csd.uu.se below.
cu
Adrian
--- linux-2.5.69-bk9/arch/i386/kernel/suspend_asm.S.~1~ 2003-05-15 11:07:04.000000000 +0200
+++ linux-2.5.69-bk9/arch/i386/kernel/suspend_asm.S 2003-05-15 11:09:29.000000000 +0200
@@ -7,6 +7,12 @@
#include <asm/page.h>
.data
+ .align 4
+ .globl saved_context_eax, saved_context_ebx
+ .globl saved_context_ecx, saved_context_edx
+ .globl saved_context_esp, saved_context_ebp
+ .globl saved_context_esi, saved_context_edi
+ .globl saved_context_eflags
saved_context_eax:
.long 0
saved_context_ebx:
prev parent reply other threads:[~2003-05-16 7:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-16 4:21 2.5.59-bk10 compile failure Warren Togami
2003-05-16 4:29 ` 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 ` Adrian Bunk [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=20030516080618.GO1346@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=warren@togami.com \
/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