Re: [U-Boot-Users] sprintf in standalone

2008-01-31 Thread trigga
I checked the entry point by using nm, and found it set to 40004. So it's not that. Martin Krause wrote: > > Hi, > > [EMAIL PROTECTED] wrote on Wednesday, January > 30, 2008 2:56 PM: >> Hi! >> Having problem with the sprintf function, I did the exporting and >> updating >> of the files acco

Re: [U-Boot-Users] sprintf in standalone

2008-01-30 Thread Martin Krause
Hi, [EMAIL PROTECTED] wrote on Wednesday, January 30, 2008 2:56 PM: > Hi! > Having problem with the sprintf function, I did the exporting and > updating > of the files accordantly to the README.standalone. The standalone > application seems to compile without error. But once I do the go > 40004

[U-Boot-Users] sprintf in standalone

2008-01-30 Thread trigga
Hi! Having problem with the sprintf function, I did the exporting and updating of the files accordantly to the README.standalone. The standalone application seems to compile without error. But once I do the go 40004 I get Alignment Exception and the board resets. If I remove the sprintf line every