
14 Dec
2004
14 Dec
'04
8:44 p.m.
Wolfgang Denk wrote:
Except for a harmless warning (by GCC-3.3.3) U-Boot-1.1.1 builds just fine, too:
Thanks that is good to know. I'm fairly certain now that the problem is with the cross compiler I built.
Changing the TEXT_BASE allowed me to compile but I had to set it to a very low address. Initially it was set to 0xFFF00000, I was able to compile when I changed it to 0xF00000. The resulting u-boot.bin was over 15MB in size which can't be right.
Indeed. Check your "slight" modifications.
Will do. Well when I said "slight" I didn't make any guarantees about correct. Truly the root cause of my problems is myself.
Thanks again, Andrew