Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 13:47:12 von Thomas Steudten

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.ht ml

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-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 14:37:58 von Herbert Poetzl

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.ht ml
>
> 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/
-
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 15:46:55 von mikado

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 :

> 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.ht ml
>
> 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
>




-
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 16:04:38 von Ivan Kokshaysky

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.
-
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

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 16:06:49 von Thomas Steudten

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?


-
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 17:16:01 von Ivan Kokshaysky

On Fri, May 28, 2004 at 05:19:20PM -0400, Balint Cristian wrote:
> > {standard input}: Assembler messages:
> > {standard input}:7: Warning: setting incorrect section attributes for .got
> >
> Hi !
>
> I got same error with 2.6.7-rc1 !

It's not an error, just a warning, and it's unrelated to reported oops.

Ivan.
-
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Kernel crash/ oops >= 2.6.5 with gcc 3.4.0 on alpha

am 28.05.2004 23:19:20 von Balint Cristian

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)
> >
>
-
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