From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 19 Oct 2015 14:21:19 -0700 Subject: [U-Boot] Building for several archs In-Reply-To: References: Message-ID: <56255ECF.6030603@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/19/2015 02:17 PM, Fabio Estevam wrote: > Hi, > > I am working on a patch series that I need to test across several > architectures (Need to build all the boards that select > CONFIG_SPI_FLASH_STMICRO). > > I started trying to accomplish this task with buildman and it failed > to build. After that I tried building it manually. > > I am getting the following errors on top of head U-boot: > > m68k: > > http://pastebin.com/hX5KWDPK > > powerpc: > > http://pastebin.com/rK0MUp1F > > With these toolchains I am able to build the kernel without issues. > > Any ideas? > For the powerpc build, I don't see you specify a target. York