
10 Nov
2011
10 Nov
'11
6:05 p.m.
On Thursday 10 November 2011 00:32:45 Wolfgang Denk wrote:
Mike Frysinger wrote:
am i the only one seeing errors like: board/esd/cpciiser4/libcpciiser4.o: In function `board_early_init_f': board/esd/cpciiser4/cpciiser4.c:139: undefined reference to `_restgpr_26_x'
i'm using a gcc-4.5.x toolchain here. should we import crtsavres.S from Linux to fix this ?
No, we should not. You should switch to a compiler version where this problem has been fixed. See second entry at http://www.denx.de/wiki/U-Boot/GccBugsAndIssues
thanks ... upgrading to gcc-4.6.2 from gcc-4.5.3 fixed things. when i read the gcc thread, it sounded like it wasn't optional behavior, but i guess they changed that with gcc-4.6.x. -mike