From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sun, 04 May 2014 15:12:45 +0200 Subject: [U-Boot] Problem building am335x_evm config In-Reply-To: References: Message-ID: <1399209165.7519.7.camel@yellow> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Vasili, On zo, 2014-05-04 at 14:48 +0300, Vasili Galka wrote: > On Sun, May 4, 2014 at 2:24 PM, Belisko Marek wrote: > > > > > > > I've followed your advice and tried the following two on clean tree: > > > > > > make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm > > > am335x_evm_config > > > > > > make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm > > > > > > Unfortunately, this does not help. I'm still getting the same error. > > Try: > > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_defconfig > > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- > > > > it works for me (please update your CROSS_COMPILE) > > As Marek showed above, just use make after configure. I.o.w. remove the board name as an argument to the second make command. Regards, Jeroen