Kumar Gala wrote:
> On Jul 10, 2008, at 1:43 PM, Scott Wood wrote:
>
>> Wolfgang Denk wrote:
>>> In message <[EMAIL PROTECTED]
you wrote:
Try adding -fno-strict-aliasing
>>> No, we don't want to hush up compiler warnings, we want to fix the
>>> problems instead.
>> It's not silencing a
On Jul 10, 2008, at 1:43 PM, Scott Wood wrote:
> Wolfgang Denk wrote:
>> In message <[EMAIL PROTECTED]
>> > you wrote:
>>> Try adding -fno-strict-aliasing
>>
>> No, we don't want to hush up compiler warnings, we want to fix the
>> problems instead.
>
> It's not silencing a warning (if it were, i
Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>> Wolfgang Denk wrote:
>>> In message <[EMAIL PROTECTED]> you wrote:
Try adding -fno-strict-aliasing
>>> No, we don't want to hush up compiler warnings, we want to fix the
>>> problems instead.
>> It's not silencing a warning (i
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang Denk wrote:
> > In message <[EMAIL PROTECTED]> you wrote:
> >> Try adding -fno-strict-aliasing
> >
> > No, we don't want to hush up compiler warnings, we want to fix the
> > problems instead.
>
> It's not silencing a warning (if it were, it'd b
Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>> Try adding -fno-strict-aliasing
>
> No, we don't want to hush up compiler warnings, we want to fix the
> problems instead.
It's not silencing a warning (if it were, it'd be a -W flag); it's
disabling an incompatible optimization
In message <[EMAIL PROTECTED]> you wrote:
>
> Try adding -fno-strict-aliasing
No, we don't want to hush up compiler warnings, we want to fix the
problems instead.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Ki
Kumar,
Try adding -fno-strict-aliasing
Marc Howard
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Kumar Gala
> Sent: Thursday, July 10, 2008 9:59 AM
> To: u-boot-users@lists.sourceforge.net Users
> Subject: [U-Boot-Users] HELP, trying to remo