__buggy_fxsr_alignment() not found.
From: Igor Yu. Zhbanov (bsg_at_uniyar.ac.ru)
Date: 02/29/04
- Previous message: john cherry: "IA64 (2.6.4-rc1 - 2004-02-28.17.30) - 165 New warnings (gcc 3.3.1)"
- Next in thread: Michael Frank: "Re: __buggy_fxsr_alignment() not found."
- Reply: Michael Frank: "Re: __buggy_fxsr_alignment() not found."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 Feb 2004 20:02:12 +0300 (MSK) To: linux-kernel@vger.kernel.org
Hello!
My system is:
AMD K6-II 450
Linux-2.4.24
glibc-2.2.5
I cannot compile 2.4.24 kernel because linker says:
init/main.o: In function `check_fpu':
init/main.o(.text.init+0x53): undefined reference to `__buggy_fxsr_alignment'
It's prototype is in inculude/asm-i386/bugs.h:
-----
/* Enable FXSR and company _before_ testing for FP problems. */
/*
* Verify that the FXSAVE/FXRSTOR data will be 16-byte aligned.
*/
if (offsetof(struct task_struct, thread.i387.fxsave) & 15) {
extern void __buggy_fxsr_alignment(void);
__buggy_fxsr_alignment();
-----
But there is no realisation of this function in source files.
When I comment the lines above, everything works.
Please CC to Reply-to.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: john cherry: "IA64 (2.6.4-rc1 - 2004-02-28.17.30) - 165 New warnings (gcc 3.3.1)"
- Next in thread: Michael Frank: "Re: __buggy_fxsr_alignment() not found."
- Reply: Michael Frank: "Re: __buggy_fxsr_alignment() not found."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: __buggy_fxsr_alignment() not found.
... > I cannot compile 2.4.24 kernel because linker says: ... > But there
is no realisation of this function in source files. ... send the line "unsubscribe
linux-kernel" in ... (Linux-Kernel) - Re: [PATCH 1/3] 2.6.8-rc4-mm1 - Fix UML build
... can access them all, and initialized data all before uninitialized, so ... SYMLINKS:=
$,$/$f) ... semaphore.c-dir = kernel ... send the line "unsubscribe linux-kernel"
in ... (Linux-Kernel) - Re: Real-Time Preemption, -RT-2.6.12-final-V0.7.50-24
... > rebooted to a kernel that doesn't have the RT-preempt patch but ... getting
a very verbose running trail, almost like an strace output, ... Copyright 2005 by Maurice
Eugene Heskett, ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - RE: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
... Subject: Error mounting root fs on 72:01 using Promise FastTrak TX2000 ... >
Now I'm sucessfully booting my system with the 2.4.23 kernel using ... I think it's when
the ATARAID driver is about to fire up. ... send the line "unsubscribe linux-kernel"
in ... (Linux-Kernel) - RE: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
... > Now I'm sucessfully booting my system with the 2.4.23 kernel using ...
I think it's when the ATARAID driver is about to fire up. ... > the hard drives
since this is the only thing that has changed. ... send the line "unsubscribe linux-kernel"
in ... (Linux-Kernel)