Re: [arm-gnu] Bug while compiling GPAC CVS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Bug while compiling GPAC CVS
- To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Subject: Re: [arm-gnu] Bug while compiling GPAC CVS
- From: Pierre Souchay <pierre.souchay@xxxxxxxxx>
- Date: Thu, 18 Jun 2009 10:08:26 +0200
Hi,
On jeudi 18 juin 2009 02:43:43 Mark Mitchell wrote:
> Pierre Souchay wrote:
> > $ gcc --version
> > sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)
>
> Despite the version string, this is not actually a CodeSourcery release.
> Our GCC 3.4.4 releases were cross-compilers from Microsoft Windows and
> GNU/Linux, not native ARM compilers. Furthermore, those compilers are
> very old. Our most recent releases are based on GCC 4.3, not GCC 3.4.
Ok
>
> Your most practical work-around, assuming that you must use those
> compilers, is probably to disable optimization.
Yes, using -O2 instead seems to work.
Thank you for the answer
Best Regards