From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 19 Oct 2015 14:32:37 -0700 Subject: [U-Boot] Building for several archs In-Reply-To: References: <56255ECF.6030603@freescale.com> Message-ID: <56256175.4050709@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:27 PM, Fabio Estevam wrote: > On Mon, Oct 19, 2015 at 7:21 PM, York Sun wrote: >> 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. > > Sorry, here is the complete log: > http://pastebin.com/ngp0WWB7 > > The target I am trying to build is T1024QDS_NAND_defconfig. > I didn't have any compiling issue with rc5. Will try the latest later today. York