From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 16 Dec 2010 16:20:27 +0100 Subject: [U-Boot] OMAP3: EVM: Linker errors across tool chain versions In-Reply-To: <4D0A186B.1040006@ahsoftware.de> References: <4D0486FE.9080601@googlemail.com> <4D049F2C.6010005@free.fr> <4D04A4BD.6070705@googlemail.com> <4D04B4AB.7080405@free.fr> <4D079060.70104@googlemail.com> <4D0794CF.5090608@free.fr> <4D0A186B.1040006@ahsoftware.de> Message-ID: <4D0A2E3B.9090901@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16.12.2010 14:47, Alexander Holler wrote: > Am 14.12.2010 17:01, schrieb Albert ARIBAUD: >> Le 14/12/2010 16:42, Dirk Behme a ?crit : >> >> (agree about the analysis) >> >>> So I'd like to re-send the int conversion patch from >>> >>> http://lists.denx.de/pipermail/u-boot/2010-December/083524.html >>> >>> in a proper format again as a workaround for this issue. >>> >>> Ok? >> >> I think Wolfgang does not want this fix if it is a workaround to a bug, >> although it is not clear to me if this includes toolchain bugs. In any >> case, the decision will be Wolfgang's, so it's best if he's Cc:ed just >> in case. > > To put some salt into the wounds ;) , Using gcc 4.5.1 board_init_f > isn't reached here. When I'm using gcc 4.3.5 it is reached. In both > cases I've used the same version of binutils, 2.20.1. > > For a test without using jtag, I've modified board_init_f to be > > ----------- > board_init_f() > { > turn_on_leds > while(1) ; > ... > } > > I'm working with the master (f8689b9eb3a7f6925cd50404a12479889188c510) > on a beagleboard ^^^^^^^^^^^^^^ ? This thread is about a (linking) issue building 'omap3_evm'. The Beagle support in the master you mention above is said to be fine. Dirk