From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Reusch Date: Tue, 14 Dec 2004 14:44:38 -0500 Subject: [U-Boot-Users] Advice about a problem compiling with alternative toolchain In-Reply-To: <20041214192445.3FE64C1532@atlas.denx.de> References: <20041214192445.3FE64C1532@atlas.denx.de> Message-ID: <41BF42A6.4030102@wiline.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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