From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 16 Apr 2012 17:04:32 +0200 Subject: [U-Boot] [ARM] [STATUS] for 04/21 release Message-ID: <4F8C3500.3070500@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I have just done a ./MAKEALL arm with the Mentor Graphics / CodeSourcery toochain release 2011.09-69, and the results are: - 277 targets built - 32 targets with warnings - 3 targets with errors Of the 61 warnings generated, there are only two sorts: - 48 'warning: /opt/arm-2011.09/bin/../lib/gcc/arm-none-eabi/4.6.1/libgcc.a(xxxxxx.o) uses variable-size enums yet the output is to use 32-bit enums; use of enum values across objects may fail' - 13 'warning: variable 'XXXXX' set but not used [-Wunused-but-set-variable]' Neither of which seem too worrisome to me (although of course the defined-but-unused variables should be cleaned up). The 3 errors are of one sort: - 'internal compiler error: in decode_addr_const, at varasm.c:2635'. :) Considering the three boards involved (omap4_panda, omap4_sdp4430 and omap5_evm) build correctly (with only 'variable-size enum' warnings) using the CodeSourcery 2011q1 toolchain, I take the errors to be faults in the toolchain, not the U-Boot code. As I have not been able to follow the list closely these last days, please let me know of any pending issue regarding ARM and the 04/21 release. Amicalement, -- Albert.