* Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
@ 2004-05-28 11:47 Thomas Steudten
2004-05-28 12:37 ` Herbert Poetzl
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Thomas Steudten @ 2004-05-28 11:47 UTC (permalink / raw)
To: linux-admin, linux-kernel, linux-alpha
Hi
Sorry, maybe I miss some message before.
I build the 2.6.6 kernel with gcc-3.4.0 and it crashs after
start some init scripts (got no log at this time).
So I tried to rebuild my last build 2.6.5, and this
crashs to. The build with gcc-3.3.3 works without problems.
modutils-2.4.27
http://www.uwsg.iu.edu/hypermail/linux/kernel/0405.1/1532.html
No other application seems to fail with gcc-3.4.0 so I think
this problem is in context to the relocation, modules and gcc-3.4.0.
make modules
make[1]: `arch/alpha/kernel/asm-offsets.s' is up to date.
CC [M] fs/binfmt_em86.o
{standard input}: Assembler messages:
{standard input}:7: Warning: setting incorrect section attributes for .got
CC [M] fs/quota_v2.o
{standard input}: Assembler messages:
{standard input}:7: Warning: setting incorrect section attributes for .got
CC [M] fs/autofs/dirhash.o
CC [M] fs/autofs/init.o
{standard input}: Assembler messages:
{standard input}:7: Warning: setting incorrect section attributes for .got
CC [M] fs/autofs/inode.o
On x86 everything works without problems.
Please CC me.
--
Tom
LINUX user since kernel 0.99.x 1994.
RPM Alpha packages at http://alpha.steudten.com/packages
Want to know what S.u.S.E 1995 cdrom-set contains?
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
2004-05-28 11:47 Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha Thomas Steudten
@ 2004-05-28 12:37 ` Herbert Poetzl
2004-05-28 14:06 ` Thomas Steudten
2004-05-28 13:46 ` mikado
2004-05-28 14:04 ` Ivan Kokshaysky
2 siblings, 1 reply; 7+ messages in thread
From: Herbert Poetzl @ 2004-05-28 12:37 UTC (permalink / raw)
To: Thomas Steudten; +Cc: linux-admin, linux-kernel, linux-alpha
On Fri, May 28, 2004 at 01:47:12PM +0200, Thomas Steudten wrote:
> Hi
>
> Sorry, maybe I miss some message before.
>
> I build the 2.6.6 kernel with gcc-3.4.0 and it crashs after
> start some init scripts (got no log at this time).
> So I tried to rebuild my last build 2.6.5, and this
> crashs to. The build with gcc-3.3.3 works without problems.
> modutils-2.4.27
>
> http://www.uwsg.iu.edu/hypermail/linux/kernel/0405.1/1532.html
>
> No other application seems to fail with gcc-3.4.0 so I think
> this problem is in context to the relocation, modules and gcc-3.4.0.
hmm, did you update the binutils too?
(if not, I'd try that)
best,
Herbert
> make modules
> make[1]: `arch/alpha/kernel/asm-offsets.s' is up to date.
> CC [M] fs/binfmt_em86.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/quota_v2.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/autofs/dirhash.o
> CC [M] fs/autofs/init.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/autofs/inode.o
>
>
> On x86 everything works without problems.
>
> Please CC me.
> --
> Tom
>
> LINUX user since kernel 0.99.x 1994.
> RPM Alpha packages at http://alpha.steudten.com/packages
> Want to know what S.u.S.E 1995 cdrom-set contains?
>
>
>
> -
> 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/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
2004-05-28 12:37 ` Herbert Poetzl
@ 2004-05-28 14:06 ` Thomas Steudten
2004-05-28 21:19 ` Balint Cristian
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Steudten @ 2004-05-28 14:06 UTC (permalink / raw)
To: Herbert Poetzl; +Cc: linux-admin, linux-kernel, linux-alpha
I upgrade the binutils from 2.15.90 to 2.15.91, but the same
message appears:
gcc -Wp,-MD,fs/cifs/.cifsfs.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mno-fp-regs
-ffixed-8 -msmall-data -mcpu=pca56 -Wa,-mev6 -O2 -fomit-frame-pointer
-Wdeclaration-after-statement -DMODULE -DKBUILD_BASENAME=cifsfs -DKBUILD_MODNAME=cifs -c -o
fs/cifs/.tmp_cifsfs.o fs/cifs/cifsfs.c
{standard input}: Assembler messages:
{standard input}:7: Warning: setting incorrect section attributes for .got
> hmm, did you update the binutils too?
> (if not, I'd try that)
>
--
Tom
LINUX user since kernel 0.99.x 1994.
RPM Alpha packages at http://alpha.steudten.com/packages
Want to know what S.u.S.E 1995 cdrom-set contains?
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
2004-05-28 14:06 ` Thomas Steudten
@ 2004-05-28 21:19 ` Balint Cristian
2004-05-28 15:16 ` Ivan Kokshaysky
0 siblings, 1 reply; 7+ messages in thread
From: Balint Cristian @ 2004-05-28 21:19 UTC (permalink / raw)
To: Thomas Steudten; +Cc: Herbert Poetzl, linux-admin, linux-kernel, linux-alpha
On Friday 28 May 2004 10:06, Thomas Steudten wrote:
> I upgrade the binutils from 2.15.90 to 2.15.91, but the same
> message appears:
>
> gcc -Wp,-MD,fs/cifs/.cifsfs.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mno-fp-regs
> -ffixed-8 -msmall-data -mcpu=pca56 -Wa,-mev6 -O2 -fomit-frame-pointer
> -Wdeclaration-after-statement -DMODULE -DKBUILD_BASENAME=cifsfs -DKBUILD_MODNAME=cifs -c -o
> fs/cifs/.tmp_cifsfs.o fs/cifs/cifsfs.c
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
>
Hi !
I got same error with 2.6.7-rc1 !
I tryed 2 days ago with FC2 3.3.3-7 gcc and very latest CVS binutils.
I tryed with older 3 variants of binutils, i suspect gcc rather than binutils or else.
The ony what i dont tryed is older gcc.
>
>
> > hmm, did you update the binutils too?
> > (if not, I'd try that)
> >
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
2004-05-28 11:47 Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha Thomas Steudten
2004-05-28 12:37 ` Herbert Poetzl
@ 2004-05-28 13:46 ` mikado
2004-05-28 14:04 ` Ivan Kokshaysky
2 siblings, 0 replies; 7+ messages in thread
From: mikado @ 2004-05-28 13:46 UTC (permalink / raw)
To: Thomas Steudten; +Cc: linux-admin, linux-kernel, linux-alpha
I also have this problem. compiling kernel process failed with gcc-3.4.0. i'm
using gcc-3.3.3. Any idea???
Quoting Thomas Steudten <alpha@steudten.com>:
> Hi
>
> Sorry, maybe I miss some message before.
>
> I build the 2.6.6 kernel with gcc-3.4.0 and it crashs after
> start some init scripts (got no log at this time).
> So I tried to rebuild my last build 2.6.5, and this
> crashs to. The build with gcc-3.3.3 works without problems.
> modutils-2.4.27
>
> http://www.uwsg.iu.edu/hypermail/linux/kernel/0405.1/1532.html
>
> No other application seems to fail with gcc-3.4.0 so I think
> this problem is in context to the relocation, modules and gcc-3.4.0.
>
> make modules
> make[1]: `arch/alpha/kernel/asm-offsets.s' is up to date.
> CC [M] fs/binfmt_em86.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/quota_v2.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/autofs/dirhash.o
> CC [M] fs/autofs/init.o
> {standard input}: Assembler messages:
> {standard input}:7: Warning: setting incorrect section attributes for .got
> CC [M] fs/autofs/inode.o
>
>
> On x86 everything works without problems.
>
> Please CC me.
> --
> Tom
>
> LINUX user since kernel 0.99.x 1994.
> RPM Alpha packages at http://alpha.steudten.com/packages
> Want to know what S.u.S.E 1995 cdrom-set contains?
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha
2004-05-28 11:47 Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha Thomas Steudten
2004-05-28 12:37 ` Herbert Poetzl
2004-05-28 13:46 ` mikado
@ 2004-05-28 14:04 ` Ivan Kokshaysky
2 siblings, 0 replies; 7+ messages in thread
From: Ivan Kokshaysky @ 2004-05-28 14:04 UTC (permalink / raw)
To: Thomas Steudten; +Cc: linux-admin, linux-kernel, linux-alpha
On Fri, May 28, 2004 at 01:47:12PM +0200, Thomas Steudten wrote:
> No other application seems to fail with gcc-3.4.0 so I think
> this problem is in context to the relocation, modules and gcc-3.4.0.
Correct. It's fixed in 2.6.7-rc1.
Ivan.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-05-28 21:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 11:47 Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha Thomas Steudten
2004-05-28 12:37 ` Herbert Poetzl
2004-05-28 14:06 ` Thomas Steudten
2004-05-28 21:19 ` Balint Cristian
2004-05-28 15:16 ` Ivan Kokshaysky
2004-05-28 13:46 ` mikado
2004-05-28 14:04 ` Ivan Kokshaysky
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).