All of lore.kernel.org
 help / color / mirror / Atom feed
* problem linux-2.6.0-test1 on alpha
@ 2003-07-20 17:05 Walter Harms
  2003-07-21  9:09 ` Przemysław Stanisław Knycz
  0 siblings, 1 reply; 5+ messages in thread
From: Walter Harms @ 2003-07-20 17:05 UTC (permalink / raw)
  To: linux-kernel

hi list,
 i have a problem with GNU linker for alpha. it crashes when
linking. ( I compiled with gcc 2.96.)
 
  LD      .tmp_vmlinux1
make: *** [.tmp_vmlinux1] Fehler 139

I have tried 2.12,2.13,2.14 sofar, no success at all. did anyone else tried 2.6 on alpha ?

walter

ps: i have alread reported this as a bug to binutils

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

* Re: problem linux-2.6.0-test1 on alpha
  2003-07-20 17:05 problem linux-2.6.0-test1 on alpha Walter Harms
@ 2003-07-21  9:09 ` Przemysław Stanisław Knycz
  2003-07-21  9:57   ` Bruce Harada
  0 siblings, 1 reply; 5+ messages in thread
From: Przemysław Stanisław Knycz @ 2003-07-21  9:09 UTC (permalink / raw)
  To: WHarms; +Cc: linux-kernel

Dnia Sun, 20 Jul 2003 19:05:23 +0200
<WHarms@bfs.de>(Walter Harms) naszkrobał:

> I have tried 2.12,2.13,2.14 sofar, no success at all. did anyone else
> tried 2.6 on alpha ?

builds and works:
[root@pldmachine /root]# rpm -q gcc binutils modutils module-init-tools
gcc-3.3-3
binutils-2.14.90.0.4.1-1
modutils-2.4.25-4
module-init-tools-0.9.12-0.2
[root@pldmachine /root]# uname -a
Linux pldmachine 2.6.0 #1 Wed Jul 16 13:34:25 CEST 2003 alpha EV56
unknown PLD Linux

cheers

-- 
.----[ a d m i n at w o m b b dot e d u dot p l ]----.
| Przemysław Stanisław Knycz,  djrzulf@jabber.gda.pl |
| Net/Sys Administrator, PLD Developer,  RLU: 213344 |
`------ "Linux - the choice of GNU generation" ------'

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

* Re: problem linux-2.6.0-test1 on alpha
  2003-07-21  9:09 ` Przemysław Stanisław Knycz
@ 2003-07-21  9:57   ` Bruce Harada
  2003-07-21 11:02     ` Przemysław Stanisław Knycz
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Harada @ 2003-07-21  9:57 UTC (permalink / raw)
  To: zolw; +Cc: linux-kernel

On Mon, 21 Jul 2003 11:09:34 +0200
> Dnia Sun, 20 Jul 2003 19:05:23 +0200
> 
> > I have tried 2.12,2.13,2.14 sofar, no success at all. did anyone else
> > tried 2.6 on alpha ?
> 
> builds and works:
> [root@pldmachine /root]# rpm -q gcc binutils modutils module-init-tools
> gcc-3.3-3
> binutils-2.14.90.0.4.1-1
> modutils-2.4.25-4
> module-init-tools-0.9.12-0.2
> [root@pldmachine /root]# uname -a
> Linux pldmachine 2.6.0 #1 Wed Jul 16 13:34:25 CEST 2003 alpha EV56
> unknown PLD Linux

Just as a matter of interest, what distribution are you running on that?


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

* Re: problem linux-2.6.0-test1 on alpha
  2003-07-21  9:57   ` Bruce Harada
@ 2003-07-21 11:02     ` Przemysław Stanisław Knycz
  0 siblings, 0 replies; 5+ messages in thread
From: Przemysław Stanisław Knycz @ 2003-07-21 11:02 UTC (permalink / raw)
  To: Bruce Harada; +Cc: linux-kernel

Dnia Mon, 21 Jul 2003 18:57:59 +0900
Bruce Harada <bharada@coral.ocn.ne.jp> naszkrobał:

> Just as a matter of interest, what distribution are you running on
> that?

PLD Linux Distribution (it's listed at alphalinux.org page) - test
version. It haven't installer yet ;)

-- 
.----[ a d m i n at w o m b b dot e d u dot p l ]----.
| Przemysław Stanisław Knycz,  djrzulf@jabber.gda.pl |
| Net/Sys Administrator, PLD Developer,  RLU: 213344 |
`------ "Linux - the choice of GNU generation" ------'

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

* RE: problem linux-2.6.0-test1 on alpha
@ 2003-07-20 18:33 Oliver Pitzeier
  0 siblings, 0 replies; 5+ messages in thread
From: Oliver Pitzeier @ 2003-07-20 18:33 UTC (permalink / raw)
  To: WHarms, linux-kernel

Hi Walter!

>  i have a problem with GNU linker for alpha. it crashes when 
> linking. ( I compiled with gcc 2.96.)
>  
>   LD      .tmp_vmlinux1
> make: *** [.tmp_vmlinux1] Fehler 139
> 
> I have tried 2.12,2.13,2.14 sofar, no success at all. did 
> anyone else tried 2.6 on alpha ?

I have 2.6.0-test1 running on my AS 1000A/333:

[oliver@track oliver]$ rpm -q modutils kernel gcc binutils
modutils-2.4.21-18
kernel-2.6.0test1-6
gcc-3.1-6
binutils-2.12.90.0.7-3

Please note, that I have build the kernel rpm myself by using 'make rpm' and
YES, I did configure it before using 'make menuconfig'. :)

Best regards,
 Oliver


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

end of thread, other threads:[~2003-07-21 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20 17:05 problem linux-2.6.0-test1 on alpha Walter Harms
2003-07-21  9:09 ` Przemysław Stanisław Knycz
2003-07-21  9:57   ` Bruce Harada
2003-07-21 11:02     ` Przemysław Stanisław Knycz
2003-07-20 18:33 Oliver Pitzeier

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.