public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
@ 2011-09-17  8:12 Albert ARIBAUD
  2011-09-19  6:15 ` Stefan Roese
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Albert ARIBAUD @ 2011-09-17  8:12 UTC (permalink / raw)
  To: u-boot

(board maintainers in CC:)

Hi all,

There remains 13 boards listed as having warnings or errors at this 
point in a ./MAKEALL arm:

--------------------- SUMMARY ----------------------------
Boards compiled: 242
Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16 
actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost ixdp425 
ixdpg425 pdnb3 scpu )
----------------------------------------------------------

Of these,

1. omap3_beagle has a 'simple' warning "beagle.c:532: warning: 
initialization from incompatible pointer type". Dirk, can you look into it?

2. ixdp425 is marked "orphaned". Stefan, I am wild-guessing that ixdp425 
might be acquainted to the ixdpg425 that you maintain. Do you want to 
take ixdp425? If not, we should drop it.

3. All others have the same issue, namely "arm-linux-ld: stubs.o: 
compiled for a big endian system and target is little endian". Seems for 
this one, I am not using the right toolchain or at least the right libs. 
Can one of the maintainers let me know how exactly they build their boards?

Amicalement,
-- 
Albert.

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-17  8:12 [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards Albert ARIBAUD
@ 2011-09-19  6:15 ` Stefan Roese
  2011-09-19 18:40 ` Michael Schwingen
  2011-09-22 11:56 ` Dirk Behme
  2 siblings, 0 replies; 8+ messages in thread
From: Stefan Roese @ 2011-09-19  6:15 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Saturday 17 September 2011 10:12:02 Albert ARIBAUD wrote:
> 2. ixdp425 is marked "orphaned". Stefan, I am wild-guessing that ixdp425
> might be acquainted to the ixdpg425 that you maintain. Do you want to
> take ixdp425? If not, we should drop it.

I don't have access to it. I vote for removing it.

Best regards,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-17  8:12 [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards Albert ARIBAUD
  2011-09-19  6:15 ` Stefan Roese
@ 2011-09-19 18:40 ` Michael Schwingen
  2011-09-20 20:44   ` Albert ARIBAUD
  2011-09-22 11:56 ` Dirk Behme
  2 siblings, 1 reply; 8+ messages in thread
From: Michael Schwingen @ 2011-09-19 18:40 UTC (permalink / raw)
  To: u-boot

Am 09/17/2011 10:12 AM, schrieb Albert ARIBAUD:
> (board maintainers in CC:)
>
> Hi all,
>
> There remains 13 boards listed as having warnings or errors at this
> point in a ./MAKEALL arm:
>
> --------------------- SUMMARY ----------------------------
> Boards compiled: 242
> Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16
> actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost
> ixdp425 ixdpg425 pdnb3 scpu )
> ----------------------------------------------------------
>
> Of these,
>
> 1. omap3_beagle has a 'simple' warning "beagle.c:532: warning:
> initialization from incompatible pointer type". Dirk, can you look
> into it?
>
> 2. ixdp425 is marked "orphaned". Stefan, I am wild-guessing that
> ixdp425 might be acquainted to the ixdpg425 that you maintain. Do you
> want to take ixdp425? If not, we should drop it.
I do have one of these @work, but rarely take it out of the closet. I
can run tests if required. but I am not sure if it is worth the effort
to keep it.

OTOH, ixdgp425 seems to be an almost exact clone of the ixdp425, with
different PCB layout, so ditching one and keeping the other makes not
much sense IMHO.

>
> 3. All others have the same issue, namely "arm-linux-ld: stubs.o:
> compiled for a big endian system and target is little endian". Seems
> for this one, I am not using the right toolchain or at least the right
> libs. Can one of the maintainers let me know how exactly they build
> their boards?
Just tried actux3 - I get only this one warning:

/usr/local/pkg/x-tools/armeb-unknown-linux-gnu/bin/.armeb-unknown-linux-gnu-ld:
warning: creating a DT_TEXTREL in object.

AFAIK, that one has been there since relocation was added.

I compile using
> export
CROSS_COMPILE=/opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-
> make

/opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-gcc -v
shows
Configured with:
/export/cgcc/b-arm-linux-gcc/targets/src/gcc-4.3.4/configure
--build=i486-build_pc-linux-gnu --host=i486-build_pc-linux-gnu
--target=armeb-unknown-linux-gnu
--prefix=/opt/x-tools/armeb-unknown-linux-gnu
--with-sysroot=/opt/x-tools/armeb-unknown-linux-gnu/armeb-unknown-linux-gnu//sys-root
--enable-languages=c,c++ --disable-multilib --with-arch=armv5te
--with-cpu=xscale --with-tune=xscale --with-float=soft
--with-pkgversion=crosstool-NG-hg_default at 1471_4a88cb9bfe8f
--enable-__cxa_atexit --with-gmp=/opt/x-tools/armeb-unknown-linux-gnu
--with-mpfr=/opt/x-tools/armeb-unknown-linux-gnu
--with-local-prefix=/opt/x-tools/armeb-unknown-linux-gnu/armeb-unknown-linux-gnu//sys-root
--disable-nls --enable-threads=posix --enable-symvers=gnu --enable-c99
--enable-long-long --enable-target-optspace
Thread model: posix
gcc version 4.3.4 (crosstool-NG-hg_default at 1471_4a88cb9bfe8f)

cu
Michael

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-19 18:40 ` Michael Schwingen
@ 2011-09-20 20:44   ` Albert ARIBAUD
  2011-09-20 22:58     ` Michael Schwingen
  2011-09-21  5:51     ` Stefan Roese
  0 siblings, 2 replies; 8+ messages in thread
From: Albert ARIBAUD @ 2011-09-20 20:44 UTC (permalink / raw)
  To: u-boot

Hi Michael and Stefan,

Le 19/09/2011 20:40, Michael Schwingen a ?crit :
> Am 09/17/2011 10:12 AM, schrieb Albert ARIBAUD:
>> (board maintainers in CC:)
>>
>> Hi all,
>>
>> There remains 13 boards listed as having warnings or errors at this
>> point in a ./MAKEALL arm:
>>
>> --------------------- SUMMARY ----------------------------
>> Boards compiled: 242
>> Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16
>> actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost
>> ixdp425 ixdpg425 pdnb3 scpu )
>> ----------------------------------------------------------
>>
>> Of these,
>>
>> 1. omap3_beagle has a 'simple' warning "beagle.c:532: warning:
>> initialization from incompatible pointer type". Dirk, can you look
>> into it?
>>
>> 2. ixdp425 is marked "orphaned". Stefan, I am wild-guessing that
>> ixdp425 might be acquainted to the ixdpg425 that you maintain. Do you
>> want to take ixdp425? If not, we should drop it.
> I do have one of these @work, but rarely take it out of the closet. I
> can run tests if required. but I am not sure if it is worth the effort
> to keep it.

Since you concur with Stefan, I will drop it.

> OTOH, ixdgp425 seems to be an almost exact clone of the ixdp425, with
> different PCB layout, so ditching one and keeping the other makes not
> much sense IMHO.

Stefan, would you agree about removing ixdpg425 as well?

>> 3. All others have the same issue, namely "arm-linux-ld: stubs.o:
>> compiled for a big endian system and target is little endian". Seems
>> for this one, I am not using the right toolchain or at least the right
>> libs. Can one of the maintainers let me know how exactly they build
>> their boards?
> Just tried actux3 - I get only this one warning:
>
> /usr/local/pkg/x-tools/armeb-unknown-linux-gnu/bin/.armeb-unknown-linux-gnu-ld:
> warning: creating a DT_TEXTREL in object.
>
> AFAIK, that one has been there since relocation was added.
>
> I compile using
>> export
> CROSS_COMPILE=/opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-
>> make
>
> /opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-gcc -v

Microcross X tools -- no free version apparently...

> gcc version 4.3.4 (crosstool-NG-hg_default at 1471_4a88cb9bfe8f)

... but it seems like it is a standard crosstool ng build. Guess I'll 
have to build my own if I want to be able to .MAKEALL these boards... 
Thanks for the info.

> cu
> Michael

Amicalement,
-- 
Albert.

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-20 20:44   ` Albert ARIBAUD
@ 2011-09-20 22:58     ` Michael Schwingen
  2011-09-21  5:32       ` Albert ARIBAUD
  2011-09-21  5:51     ` Stefan Roese
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Schwingen @ 2011-09-20 22:58 UTC (permalink / raw)
  To: u-boot

Am 09/20/2011 10:44 PM, schrieb Albert ARIBAUD:
> Just tried actux3 - I get only this one warning:
>>
>> /usr/local/pkg/x-tools/armeb-unknown-linux-gnu/bin/.armeb-unknown-linux-gnu-ld:
>>
>> warning: creating a DT_TEXTREL in object.
>>
>> AFAIK, that one has been there since relocation was added.
>>
>> I compile using
>>> export
>> CROSS_COMPILE=/opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-
>>
>>> make
>>
>> /opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-gcc -v
>
> Microcross X tools -- no free version apparently...
>
>> gcc version 4.3.4 (crosstool-NG-hg_default at 1471_4a88cb9bfe8f)
>
> ... but it seems like it is a standard crosstool ng build. Guess I'll
> have to build my own if I want to be able to .MAKEALL these boards...
> Thanks for the info.
Um - no. These compilers were built from scratch using crosstools-ng - I
am not sure where the x-tools directory name came from, but this is
definitely a local build from free sources, not some closed binary.

cu
Michael

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-20 22:58     ` Michael Schwingen
@ 2011-09-21  5:32       ` Albert ARIBAUD
  0 siblings, 0 replies; 8+ messages in thread
From: Albert ARIBAUD @ 2011-09-21  5:32 UTC (permalink / raw)
  To: u-boot

Le 21/09/2011 00:58, Michael Schwingen a ?crit :
> Am 09/20/2011 10:44 PM, schrieb Albert ARIBAUD:
>> Just tried actux3 - I get only this one warning:
>>>
>>> /usr/local/pkg/x-tools/armeb-unknown-linux-gnu/bin/.armeb-unknown-linux-gnu-ld:
>>>
>>> warning: creating a DT_TEXTREL in object.
>>>
>>> AFAIK, that one has been there since relocation was added.
>>>
>>> I compile using
>>>> export
>>> CROSS_COMPILE=/opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-
>>>
>>>> make
>>>
>>> /opt/x-tools/armeb-unknown-linux-gnu/bin/armeb-unknown-linux-gnu-gcc -v
>>
>> Microcross X tools -- no free version apparently...
>>
>>> gcc version 4.3.4 (crosstool-NG-hg_default at 1471_4a88cb9bfe8f)
>>
>> ... but it seems like it is a standard crosstool ng build. Guess I'll
>> have to build my own if I want to be able to .MAKEALL these boards...
>> Thanks for the info.
> Um - no. These compilers were built from scratch using crosstools-ng - I
> am not sure where the x-tools directory name came from, but this is
> definitely a local build from free sources, not some closed binary.

Thanks for the clarification. I was indeed misled by the 'x-tools' name.

> cu
> Michael

Amicalement,
-- 
Albert.

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-20 20:44   ` Albert ARIBAUD
  2011-09-20 22:58     ` Michael Schwingen
@ 2011-09-21  5:51     ` Stefan Roese
  1 sibling, 0 replies; 8+ messages in thread
From: Stefan Roese @ 2011-09-21  5:51 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Tuesday 20 September 2011 22:44:43 Albert ARIBAUD wrote:
> > I do have one of these @work, but rarely take it out of the closet. I
> > can run tests if required. but I am not sure if it is worth the effort
> > to keep it.
> 
> Since you concur with Stefan, I will drop it.
> 
> > OTOH, ixdgp425 seems to be an almost exact clone of the ixdp425, with
> > different PCB layout, so ditching one and keeping the other makes not
> > much sense IMHO.
> 
> Stefan, would you agree about removing ixdpg425 as well?

Fine with me. I don't have access to this hardware any more. If nobody else 
"jumps in", lets drop support for it too.

Best regards,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

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

* [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards
  2011-09-17  8:12 [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards Albert ARIBAUD
  2011-09-19  6:15 ` Stefan Roese
  2011-09-19 18:40 ` Michael Schwingen
@ 2011-09-22 11:56 ` Dirk Behme
  2 siblings, 0 replies; 8+ messages in thread
From: Dirk Behme @ 2011-09-22 11:56 UTC (permalink / raw)
  To: u-boot

On 17.09.2011 10:12, Albert ARIBAUD wrote:
> (board maintainers in CC:)
>
> Hi all,
>
> There remains 13 boards listed as having warnings or errors at this
> point in a ./MAKEALL arm:
>
> --------------------- SUMMARY ----------------------------
> Boards compiled: 242
> Boards with warnings or errors: 13 ( omap3_beagle actux1_4_16
> actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost
> ixdp425 ixdpg425 pdnb3 scpu )
> ----------------------------------------------------------
>
> Of these,
>
> 1. omap3_beagle has a 'simple' warning "beagle.c:532: warning:
> initialization from incompatible pointer type". Dirk, can you look
> into it?

Please have a look to

http://patchwork.ozlabs.org/patch/115936/

The additional 'const' removes the warning, the removed space before 
'(' makes checkpatch happy.

Best regards

Dirk

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

end of thread, other threads:[~2011-09-22 11:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17  8:12 [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards Albert ARIBAUD
2011-09-19  6:15 ` Stefan Roese
2011-09-19 18:40 ` Michael Schwingen
2011-09-20 20:44   ` Albert ARIBAUD
2011-09-20 22:58     ` Michael Schwingen
2011-09-21  5:32       ` Albert ARIBAUD
2011-09-21  5:51     ` Stefan Roese
2011-09-22 11:56 ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox