Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

RE: [arm-gcc] internal compiler error


  • To: "'Paul Brook'" <paul@xxxxxxxxxxxxxxxx>, arm-gcc@xxxxxxxxxxxxxxxx
  • Subject: RE: [arm-gcc] internal compiler error
  • From: "Gupta, Kshitij" <kshitij@xxxxxx>
  • Date: Thu, 1 Apr 2004 18:39:43 +0530

hi,
	Thanx for replying.  Any ideas how soon can this be possible :)
..... We are actually stuck with our development due to this issue.  Thanx
for the information about submitting the bug report.  
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
> --------------------------------------------------------------------------