[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [arm-gcc] internal compiler error
- To: arm-gcc@xxxxxxxxxxxxxxxx
- Subject: Re: [arm-gcc] internal compiler error
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Thu, 1 Apr 2004 13:54:50 +0100
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
> --------------------------------------------------------------------------
|