From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hobi Date: Tue, 27 Feb 2007 10:44:43 +0100 Subject: [U-Boot-Users] Can't Compile u-boot-1.1.5_atmel_1.2!! In-Reply-To: <7cd4d5a30702270049m797cd754h18fa3b3a1c8979c8@mail.gmail.com> References: <7cd4d5a30702270049m797cd754h18fa3b3a1c8979c8@mail.gmail.com> Message-ID: <45E3FD8B.3030207@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi M?ns, On 27.02.2007 09:49, M?ns Zigher wrote: > Hi! > > I am trying to compile u-boot-1.1.5 for at91sam9261ek with arm926ejs > cpu. I am using the eldk > cross toolchain 4.1 which is using gcc 4.0.0. > When I try to compile u-boot I get following error > > [snip] > > Any ideas? Use the latest U-Boot sources from http://www.denx.de/en/Software/GIT. > I would also appreciate any suggestion how to locate the error since > right now I have not even managed to locate were the flag is set. The CPU-specific flags are set by including cpu/arm926ejs/config.mk in the Makefile. Regards, Daniel