linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make: *** [vmlinux] Error 1
@ 2001-03-12  2:54 tmwhitehead
  2001-03-12 10:53 ` J . A . Magallon
  2001-03-12 20:39 ` tmwhitehead
  0 siblings, 2 replies; 6+ messages in thread
From: tmwhitehead @ 2001-03-12  2:54 UTC (permalink / raw)
  To: linux-kernel

On a compile of 2.4.2 I get the following (using make bzImage) 


make[2]: Leaving directory `/usr/src/linux-2.4.2/linux/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.4.2/linux/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.4.2/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o
\
        --start-group \
        arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o \
        drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o  drivers/parport/driver.o
drivers/char/agp/agp.o drivers/ide/idedriver.o drivers/cdrom/driver.o
drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o \
        net/network.o \
        /usr/src/linux-2.4.2/linux/arch/i386/lib/lib.a
/usr/src/linux-2.4.2/linux/lib/lib.a
/usr/src/linux-2.4.2/linux/arch/i386/lib/lib.a \
        --end-group \
        -o vmlinux
init/main.o: In function `check_fpu':
init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment'
make: *** [vmlinux] Error 1



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make: *** [vmlinux] Error 1
  2001-03-12  2:54 make: *** [vmlinux] Error 1 tmwhitehead
@ 2001-03-12 10:53 ` J . A . Magallon
  2001-03-12 20:07   ` Krzysztof Halasa
  2001-03-12 20:39 ` tmwhitehead
  1 sibling, 1 reply; 6+ messages in thread
From: J . A . Magallon @ 2001-03-12 10:53 UTC (permalink / raw)
  To: tmwhitehead; +Cc: linux-kernel


On 03.12 tmwhitehead@students.wisc.edu wrote:
> On a compile of 2.4.2 I get the following (using make bzImage) 
> init/main.o: In function `check_fpu':
> init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment'
> make: *** [vmlinux] Error 1

If you are using pgcc, try getting a real less-buggy compiler, like egcs1.1.2
or gcc-2.95 (even 2.96 willl work).

-- 
J.A. Magallon                                                      $> cd pub
mailto:jamagallon@able.es                                          $> more beer

Linux werewolf 2.4.2-ac18 #1 SMP Sun Mar 11 01:21:35 CET 2001 i686


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make: *** [vmlinux] Error 1
  2001-03-12 10:53 ` J . A . Magallon
@ 2001-03-12 20:07   ` Krzysztof Halasa
  2001-03-13 14:51     ` J . A . Magallon
  2001-03-21 16:33     ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Halasa @ 2001-03-12 20:07 UTC (permalink / raw)
  To: linux-kernel

"J . A . Magallon" <jamagallon@able.es> writes:

> If you are using pgcc, try getting a real less-buggy compiler, like egcs1.1.2
> or gcc-2.95 (even 2.96 willl work).

... not always. I've had problems with gcc "2.96" from RH-7.0
- the compiler was generating obviously incorrect code in some cases
(and it wasn't .c code fault but a compiler problem).
-- 
Krzysztof Halasa
Network Administrator

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: make: *** [vmlinux] Error 1
  2001-03-12  2:54 make: *** [vmlinux] Error 1 tmwhitehead
  2001-03-12 10:53 ` J . A . Magallon
@ 2001-03-12 20:39 ` tmwhitehead
  1 sibling, 0 replies; 6+ messages in thread
From: tmwhitehead @ 2001-03-12 20:39 UTC (permalink / raw)
  To: linux-kernel


Thanks for the tips. Yes, I'm using pgcc... Guess I'll switch back to gcc.

Thanks again

tw


Le jour Sun Mar 11, 2001 at 08:54:08PM -0600, Tim Whitehead a ecrit... 

> On a compile of 2.4.2 I get the following (using make bzImage) 
> 
> 
> make[2]: Leaving directory `/usr/src/linux-2.4.2/linux/arch/i386/lib'
> make[1]: Leaving directory `/usr/src/linux-2.4.2/linux/arch/i386/lib'
> ld -m elf_i386 -T /usr/src/linux-2.4.2/linux/arch/i386/vmlinux.lds -e stext
> arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o
> \
>         --start-group \
>         arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
> fs/fs.o ipc/ipc.o \
>         drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
> drivers/net/net.o drivers/media/media.o  drivers/parport/driver.o
> drivers/char/agp/agp.o drivers/ide/idedriver.o drivers/cdrom/driver.o
> drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o \
>         net/network.o \
>         /usr/src/linux-2.4.2/linux/arch/i386/lib/lib.a
> /usr/src/linux-2.4.2/linux/lib/lib.a
> /usr/src/linux-2.4.2/linux/arch/i386/lib/lib.a \
>         --end-group \
>         -o vmlinux
> init/main.o: In function `check_fpu':
> init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment'
> make: *** [vmlinux] Error 1
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make: *** [vmlinux] Error 1
  2001-03-12 20:07   ` Krzysztof Halasa
@ 2001-03-13 14:51     ` J . A . Magallon
  2001-03-21 16:33     ` Alan Cox
  1 sibling, 0 replies; 6+ messages in thread
From: J . A . Magallon @ 2001-03-13 14:51 UTC (permalink / raw)
  To: Krzysztof Halasa; +Cc: linux-kernel


On 03.12 Krzysztof Halasa wrote:
> "J . A . Magallon" <jamagallon@able.es> writes:
> 
> > If you are using pgcc, try getting a real less-buggy compiler, like
> egcs1.1.2
> > or gcc-2.95 (even 2.96 willl work).
> 
> ... not always. I've had problems with gcc "2.96" from RH-7.0
> - the compiler was generating obviously incorrect code in some cases
> (and it wasn't .c code fault but a compiler problem).

Yes, I should have said 'could', instead of 'will'. It works for me, but
perhaps I do not hit any of the code that is miscompiled.

-- 
J.A. Magallon                                                      $> cd pub
mailto:jamagallon@able.es                                          $> more beer

Linux werewolf 2.4.2-ac19 #3 SMP Mon Mar 12 23:50:29 CET 2001 i686


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: make: *** [vmlinux] Error 1
  2001-03-12 20:07   ` Krzysztof Halasa
  2001-03-13 14:51     ` J . A . Magallon
@ 2001-03-21 16:33     ` Alan Cox
  1 sibling, 0 replies; 6+ messages in thread
From: Alan Cox @ 2001-03-21 16:33 UTC (permalink / raw)
  To: Krzysztof Halasa; +Cc: linux-kernel

> > If you are using pgcc, try getting a real less-buggy compiler, like egcs1.1.2
> > or gcc-2.95 (even 2.96 willl work).
> 
> ... not always. I've had problems with gcc "2.96" from RH-7.0
> - the compiler was generating obviously incorrect code in some cases
> (and it wasn't .c code fault but a compiler problem).

2.96-69 is needed
2.96-74 for DAC960 (packing assumptions changed in gcc cvs)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-03-21 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-12  2:54 make: *** [vmlinux] Error 1 tmwhitehead
2001-03-12 10:53 ` J . A . Magallon
2001-03-12 20:07   ` Krzysztof Halasa
2001-03-13 14:51     ` J . A . Magallon
2001-03-21 16:33     ` Alan Cox
2001-03-12 20:39 ` tmwhitehead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).