Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

Re: [arm-gcc] bug report.


  • To: arm-gcc@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gcc] bug report.
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Thu, 22 Jul 2004 14:05:33 +0100

On Thursday 22 July 2004 05:37, Poly wrote:
> Hi,
>
> when I use arm-gcc to compile mp3blaster-3.2.0-30.src.rpm, I meet the
> following problem:
<snip>
> Would you be kind to figure out the problem? Wait for your answer.

Please send us preprocessed source for the failing file so that we can 
reproduce the bug.

To generate perprocessed source run gcc with save-temps. This will create 
a .ii file in the curent directory. In you case this probably means running 
the following commands:

$ cd /home/lgl/nfsroot/builddir-new/BUILD/mp3blaster-3.2.0
$ arm-linux-g++ -save-temps -DHAVE_CONFIG_H -I. -I. -I.. -I. \
	-I/usr/include -O2 -c httpinput.cc

Then send us httpinput.ii.

Paul