
19 Dec
2011
19 Dec
'11
8:47 p.m.
On Mon, Dec 19, 2011 at 18:58, Wolfgang Denk wd@denx.de wrote:
Try a known to be working (with current code) tool chain?
Dear Wolfgang,
I can built other boards with the same toolchain.
I think I know what I did wrong:
#define CONFIG_SYS_UBOOT_BASE -1 #define CONFIG_SYS_TEXT_BASE -1
To get the preprocessor working I defined these two just with -1. These are used in the start.S of the arm1176 CPU. I have found the CONFIG_SYS_UBOOT_BASE address in the Medion source, but the CONFIG_SYS_TEXT_BASE is still missing. There is no documentation on this. Any hints?
Michael