
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