Mail Archives: pgcc/2001/05/06/13:41:30
> >
> > Hello Gareth,
> > I encountered a linker problem while making kernel 2.4.4. In line 83 of
> > the file asm/bugs.h there is function declared as 'extern' with the name
> > '__buggy_fxsr_alignment()' but this function is nowhere defined in the
> > kernel tree, could please help me with this problem?
>
> It means your compiler isn't aligning the FXSR data correctly. There
> isn't meant to be a __buggy_fxsr_alignment() function defined so the
> error is picked up at build time.
>
> Read Documentation/Changes and make sure you're using the correct
> version of gcc and binutils.
>
> -- Gareth
While making the kernel 2.4.4 I encountered the problem that the
function __buggy_fxsr_alignment() should be provided by the compiler
from at least version 2.91.66 on. I'm using pgcc-2.95.2 it seems as if
this function got lost during the patch from gcc-2.95.2 to pgcc-2.95.2.
Or do I have to set any special option during the configuration of the
comiler?
Any Ideas?
Best Regards,
Dirk
- Raw text -