From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Fri, 07 May 2010 11:21:13 -0400 Subject: [U-Boot] Building for da830 fails In-Reply-To: <20100507151009.55582E8AAC9@gemini.denx.de> References: <004001caeddc$719c30d0$54d49270$@raj@ti.com> <4BE42048.7000701@ge.com> <20100507151009.55582E8AAC9@gemini.denx.de> Message-ID: <4BE42FE9.3070208@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <4BE42048.7000701@ge.com> you wrote: >> This did not happen when I last updated on March 22nd and >> I have not updated my tools at all. > > Then you are in an excellent position to run git bisect and find out > which exact commit is responsible for the changed behaviour. I am observing a similar issue ... but with USE_PRIVATE_LIBGCC=yes : lib/libgeneric.a(display_options.o): In function `print_size': /home/smcnutt/27xx/u-boot.git/lib/display_options.c:66: undefined reference to `__udivdi3' /home/smcnutt/27xx/u-boot.git/lib/display_options.c:69: undefined reference to `__umoddi3' /home/smcnutt/27xx/u-boot.git/lib/display_options.c:70: undefined reference to `__udivdi3' ... which I believe is due to: commit 52dbac69c27dee67a4c051b1055d93b0ac4e2062 Author: Timur Tabi Date: Tue Apr 13 13:16:02 2010 -0500 --Scott