From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] MIPS build status (Re: CUSTODIANS: Urgent boarding call for flight 2009.03)
Date: Fri, 20 Mar 2009 01:00:35 +0900 [thread overview]
Message-ID: <49C26C23.2030808@ruby.dti.ne.jp> (raw)
In-Reply-To: <20090316232655.51CB8832E8B7@gemini.denx.de>
Hello,
Wolfgang Denk wrote:
> If anything should still be missing, please respond *now*.
>
>
> My intention is to push out the 2009.03 release on schedule,
> i. e. on Saturday, March 21, 2009.
>
> At the moment I am not planning for another release candidate.
* With GCC 4.2.3, all MIPS targets builds fine without any errors.
MAKEALL output is attached.
* But with GCC 4.3.2, you would see hundreds of bitops.h warnings.
Besides, some could be compiled (gth2, etc.), but some failed
(qemu_mips, etc.). Bitops.h warnings are as follows:
In file included from /home/skuribay/git/u-boot.git/include/linux/bitops.h:69,
from /home/skuribay/git/u-boot.git/include/common.h:36,
from qemu-mips.c:24:
/home/skuribay/git/u-boot.git/include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
/home/skuribay/git/u-boot.git/include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
/home/skuribay/git/u-boot.git/include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
/home/skuribay/git/u-boot.git/include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
I have to look into these warnings, but couldn't make it into the
upcomming v2009.03 release.
Thanks,
Shinya
---
MAKEALL log with GCC 4.2.3
skuribay at ubuntu:u-boot.git$ ./MAKEALL mips mips_el
Configuring for incaip board...
text data bss dec hex filename
144552 6652 20240 171444 29db4 ./u-boot
Configuring for qemu-mips board...
text data bss dec hex filename
158600 6480 221768 386848 5e720 ./u-boot
... on Platinum board variant
Configuring for vct board...
text data bss dec hex filename
196240 12916 284356 493512 787c8 ./u-boot
... on Platinum board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
87616 4336 13716 105668 19cc4 ./u-boot
... on Platinum board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
290272 14076 287772 592120 908f8 ./u-boot
... on Platinum board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
180592 5484 17116 203192 319b8 ./u-boot
... on PlatinumAVC board variant
Configuring for vct board...
text data bss dec hex filename
117040 5400 14944 137384 218a8 ./u-boot
... on PlatinumAVC board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
87168 4336 13716 105220 19b04 ./u-boot
... on PlatinumAVC board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
211132 6556 18344 236032 39a00 ./u-boot
... on PlatinumAVC board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
180136 5484 17116 202736 317f0 ./u-boot
... on Premium board variant
Configuring for vct board...
text data bss dec hex filename
196240 12916 284356 493512 787c8 ./u-boot
... on Premium board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
87616 4336 13716 105668 19cc4 ./u-boot
... on Premium board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
290272 14076 287772 592120 908f8 ./u-boot
... on Premium board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
180592 5484 17116 203192 319b8 ./u-boot
Configuring for purple board...
text data bss dec hex filename
146120 6308 18956 171384 29d78 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
118524 5292 20680 144496 23470 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
118524 5292 20680 144496 23470 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
118524 5292 20680 144496 23470 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
115540 5376 23352 144268 2338c ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
115540 5376 23352 144268 2338c ./u-boot
Configuring for gth2 board...
text data bss dec hex filename
110900 5284 18376 134560 20da0 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
115540 5376 23352 144268 2338c ./u-boot
Configuring for pb1x00 board...
text data bss dec hex filename
104600 6144 20488 131232 200a0 ./u-boot
skuribay at ubuntu:u-boot.git$
skuribay at ubuntu:u-boot.git$
skuribay at ubuntu:u-boot.git$ mips-linux-gnu-gcc --version
mips-linux-gnu-gcc (Sourcery G++ Lite 4.2-177) 4.2.3
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
next prev parent reply other threads:[~2009-03-19 16:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 23:26 [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03 Wolfgang Denk
2009-03-17 6:36 ` Heiko Schocher
2009-03-18 19:52 ` Wolfgang Denk
2009-03-17 16:27 ` Michal Simek
2009-03-19 16:00 ` Shinya Kuribayashi [this message]
2009-03-19 21:24 ` [U-Boot] MIPS build status (Re: CUSTODIANS: Urgent boarding call for flight 2009.03) Wolfgang Denk
2009-03-19 16:57 ` [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03 Jean-Christophe PLAGNIOL-VILLARD
2009-03-19 17:25 ` Haavard Skinnemoen
2009-03-19 17:25 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-19 17:31 ` [U-Boot] [PATCH for avr32/next] avr32: fix cacheflush.h location introducted by d8f2aa3298610b Jean-Christophe PLAGNIOL-VILLARD
2009-03-23 9:25 ` Haavard Skinnemoen
2009-03-20 12:54 ` [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03 Haavard Skinnemoen
2009-03-20 8:38 ` [U-Boot] SH Build status (Re: CUSTODIANS: Urgent boarding call for flight 2009.03) Nobuhiro Iwamatsu
2009-03-20 10:10 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49C26C23.2030808@ruby.dti.ne.jp \
--to=skuribay@ruby.dti.ne.jp \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox