All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Warning messages in latest u-boot-samsung
@ 2013-04-02  6:28 Rajeshwari Birje
  2013-04-02  8:00 ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Rajeshwari Birje @ 2013-04-02  6:28 UTC (permalink / raw)
  To: u-boot

Hi Minkyu Kang,

I am getting the following warning messages in the latest  u-boot-samsung tree.

/usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
/usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(bpabi.o)
uses variable-size enums yet the output is to use 32-bit enums; use of
enum values across objects may fail
/usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
/usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_divdi3.o)
uses variable-size enums yet the output is to use 32-bit enums; use of
enum values across objects may fail
/usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
/usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_udivdi3.o)
uses variable-size enums yet the output is to use 32-bit enums; use of
enum values across objects may fail

-- 
Regards,
Rajeshwari Shinde

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Warning messages in latest u-boot-samsung
  2013-04-02  6:28 [U-Boot] Warning messages in latest u-boot-samsung Rajeshwari Birje
@ 2013-04-02  8:00 ` Albert ARIBAUD
  2013-04-02  9:30   ` Rajeshwari Birje
  0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2013-04-02  8:00 UTC (permalink / raw)
  To: u-boot

Hi Rajeshwari,

On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje
<rajeshwari.birje@gmail.com> wrote:

> Hi Minkyu Kang,
> 
> I am getting the following warning messages in the latest  u-boot-samsung tree.
> 
> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(bpabi.o)
> uses variable-size enums yet the output is to use 32-bit enums; use of
> enum values across objects may fail
> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_divdi3.o)
> uses variable-size enums yet the output is to use 32-bit enums; use of
> enum values across objects may fail
> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_udivdi3.o)
> uses variable-size enums yet the output is to use 32-bit enums; use of
> enum values across objects may fail

Exactly which target are you building and with which toolchain?

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Warning messages in latest u-boot-samsung
  2013-04-02  8:00 ` Albert ARIBAUD
@ 2013-04-02  9:30   ` Rajeshwari Birje
  2013-04-02  9:50     ` Albert ARIBAUD
  0 siblings, 1 reply; 6+ messages in thread
From: Rajeshwari Birje @ 2013-04-02  9:30 UTC (permalink / raw)
  To: u-boot

Hi Albert,

I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09.
Is it the issue with my toolchain.

Regards,
Rajeshwari Shinde

On Tue, Apr 2, 2013 at 1:30 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Rajeshwari,
>
> On Tue, 2 Apr 2013 11:58:42 +0530, Rajeshwari Birje
> <rajeshwari.birje@gmail.com> wrote:
>
>> Hi Minkyu Kang,
>>
>> I am getting the following warning messages in the latest  u-boot-samsung tree.
>>
>> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
>> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(bpabi.o)
>> uses variable-size enums yet the output is to use 32-bit enums; use of
>> enum values across objects may fail
>> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
>> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_divdi3.o)
>> uses variable-size enums yet the output is to use 32-bit enums; use of
>> enum values across objects may fail
>> /usr/local/arm/arm-2011.09/bin/arm-none-eabi-ld: warning:
>> /usr/local/arm/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(_udivdi3.o)
>> uses variable-size enums yet the output is to use 32-bit enums; use of
>> enum values across objects may fail
>
> Exactly which target are you building and with which toolchain?
>
> Amicalement,
> --
> Albert.



-- 
Regards,
Rajeshwari Shinde

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Warning messages in latest u-boot-samsung
  2013-04-02  9:30   ` Rajeshwari Birje
@ 2013-04-02  9:50     ` Albert ARIBAUD
  2013-04-02  9:54       ` Minkyu Kang
  0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2013-04-02  9:50 UTC (permalink / raw)
  To: u-boot

Hi Rajeshwari,

(pleale avoid top-posting, and quote only what is necessary to
understand your answer)

On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje
<rajeshwari.birje@gmail.com> wrote:

> Hi Albert,
> 
> I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09.
> Is it the issue with my toolchain.

Apparently it is, as ARM gcc from ELDK 5.3 or Ubuntu give no warning
for smdk5250 on u-boot-samsung/master.

> Regards,
> Rajeshwari Shinde

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Warning messages in latest u-boot-samsung
  2013-04-02  9:50     ` Albert ARIBAUD
@ 2013-04-02  9:54       ` Minkyu Kang
  2013-04-02 11:15         ` Rajeshwari Birje
  0 siblings, 1 reply; 6+ messages in thread
From: Minkyu Kang @ 2013-04-02  9:54 UTC (permalink / raw)
  To: u-boot

On 02/04/13 18:50, Albert ARIBAUD wrote:
> Hi Rajeshwari,
> 
> (pleale avoid top-posting, and quote only what is necessary to
> understand your answer)
> 
> On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje
> <rajeshwari.birje@gmail.com> wrote:
> 
>> Hi Albert,
>>
>> I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09.
>> Is it the issue with my toolchain.
> 
> Apparently it is, as ARM gcc from ELDK 5.3 or Ubuntu give no warning
> for smdk5250 on u-boot-samsung/master.
> 
>> Regards,
>> Rajeshwari Shinde
> 
> Amicalement,
> 

Tested with eldk-5.2,
I've got no warning or error for SMDK5250.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Warning messages in latest u-boot-samsung
  2013-04-02  9:54       ` Minkyu Kang
@ 2013-04-02 11:15         ` Rajeshwari Birje
  0 siblings, 0 replies; 6+ messages in thread
From: Rajeshwari Birje @ 2013-04-02 11:15 UTC (permalink / raw)
  To: u-boot

Hi Albert and Minkyu

Thank you for your inputs
Will recheck my compiler.

Thanks and Regards,
Rajeshwari Shinde.

On Tue, Apr 2, 2013 at 3:24 PM, Minkyu Kang <mk7.kang@samsung.com> wrote:
>
> On 02/04/13 18:50, Albert ARIBAUD wrote:
> > Hi Rajeshwari,
> >
> > (pleale avoid top-posting, and quote only what is necessary to
> > understand your answer)
> >
> > On Tue, 2 Apr 2013 15:00:55 +0530, Rajeshwari Birje
> > <rajeshwari.birje@gmail.com> wrote:
> >
> >> Hi Albert,
> >>
> >> I am building for Samsung SMDK5250 and toolchain I use is arm-2011.09.
> >> Is it the issue with my toolchain.
> >
> > Apparently it is, as ARM gcc from ELDK 5.3 or Ubuntu give no warning
> > for smdk5250 on u-boot-samsung/master.
> >
> >> Regards,
> >> Rajeshwari Shinde
> >
> > Amicalement,
> >
>
> Tested with eldk-5.2,
> I've got no warning or error for SMDK5250.
>
> Thanks,
> Minkyu Kang.




--
Regards,
Rajeshwari Shinde

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-02 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02  6:28 [U-Boot] Warning messages in latest u-boot-samsung Rajeshwari Birje
2013-04-02  8:00 ` Albert ARIBAUD
2013-04-02  9:30   ` Rajeshwari Birje
2013-04-02  9:50     ` Albert ARIBAUD
2013-04-02  9:54       ` Minkyu Kang
2013-04-02 11:15         ` Rajeshwari Birje

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.