Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gcc] internal compiler error


  • To: "Paul Brook" <paul@xxxxxxxxxxxxxxxx>, <arm-gcc@xxxxxxxxxxxxxxxx>
  • Subject: [arm-gcc] internal compiler error
  • From: "Reddy, Suresh" <sureshr@xxxxxx>
  • Date: Thu, 22 Apr 2004 04:32:18 -0500

Hi paul,

We came across one more issue when we tried to compile 2.6.4 kernel with 3.4.0 tool chain. How ever we were able to compile 2.6.0 kernel without any issues. The error is as follows.

arm-linux-gcc -Wp,-MD,fs/.bio.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude  -D__KERNEL__ -Iinclude  -Wall Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mlittleendian -mapcs-32 -D__LINUX_ARM_ARCH__=6 -march=armv6 -mtune=arm9tdmi -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm -Os -Wdeclaration-after-statement    -DKBUILD_BASENAME=bio -DKBUILD_MODNAME=bio -c -o fs/bio.o fs/bio.c
/tmp/cc0eY7RG.s: Assembler messages:
/tmp/cc0eY7RG.s:808: Error: Rd equal to Rm or Rn yields unpredictable
results -- `strex r2,r3,[r2]'
/tmp/cc0eY7RG.s:901: Error: Rd equal to Rm or Rn yields unpredictable
results -- `strex r2,r3,[r2]'
/tmp/cc0eY7RG.s:962: Error: Rd equal to Rm or Rn yields unpredictable
results -- `strex r2,r3,[r2]'
/tmp/cc0eY7RG.s:1187: Error: Rd equal to Rm or Rn yields unpredictable
results -- `strex r2,r3,[r2]'
make[1]: *** [fs/bio.o] Error 1

We are getting the same error for many files. 
Can you tell us how to fix this issue. 

Regards,
Suresh




-----Original Message-----
From: Gupta, Kshitij 
Sent: Monday, April 05, 2004 1:03 PM
To: 'Paul Brook'; arm-gcc@xxxxxxxxxxxxxxxx
Cc: 'arm-gcc@xxxxxxxxxxxxxxxx'; Motiwala, Yusuf; Reddy, Suresh; Agrawal,
Ashutosh
Subject: RE: [arm-gcc] internal compiler error


Hi Paul,
	Can we have an early access via the cvs.  We are stuck due to this compiler issue.
warm regards
-kshitij

-----Original Message-----
From: Paul Brook [mailto:paul@xxxxxxxxxxxxxxxx]
Sent: Thursday, April 01, 2004 6:25 PM
To: arm-gcc@xxxxxxxxxxxxxxxx
Cc: Gupta, Kshitij; 'arm-gcc@xxxxxxxxxxxxxxxx'; Motiwala, Yusuf; Reddy,
Suresh; Agrawal, Ashutosh
Subject: Re: [arm-gcc] internal compiler error


On Thursday 01 April 2004 06:49, Gupta, Kshitij wrote:
> Hi,
> 	While compiling my kernel 2.6.0 with ALSA support I got the
> following compiler error.  I am using a arm-gcc-3.4.0 compiler tool chain.
> Please suggest me how I can I submit a full bug report, coz this
> information looks too less.

I believe we have already fixed this bug in CVS. We will be making a new 
release shortly which will include this fix.

For future reference a full bug report should contain the full commandline 
used to invoke gcc, and a preprocessed source file to allow us to reproduce 
the bug.

Use the -E option of gcc to create a preprocessed source file. The kernel 
build system prints commands as they are executed when invoked with
"make V=1".

Paul

> -----------------------------------------------------------------------
> sound/core/oss/pcm_plugin.c: In function
> `snd_pcm_plug_playback_channels_mask':
> sound/core/oss/pcm_plugin.c:34: internal compiler error: in
> loc_descriptor_from_tree, at dwarf2out.c:8800
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Send email to arm-gcc@xxxxxxxxxxxxxxxx for instructions.
> make[3]: *** [sound/core/oss/pcm_plugin.o] Error 1
> make[2]: *** [sound/core/oss] Error 2
> make[1]: *** [sound/core] Error 2
> make: *** [sound] Error 2
> --------------------------------------------------------------------------