From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Apr 2020 11:02:20 -0600 Subject: Build error in u-boot-dm/master In-Reply-To: <9c234aa7-6415-8ce3-c7ba-90fc7e4bc96a@wwwdotorg.org> References: <9c234aa7-6415-8ce3-c7ba-90fc7e4bc96a@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Mon, 27 Apr 2020 at 10:04, Stephen Warren wrote: > > Simon, > > All 32-bit Tegra builds of u-boot-dm/master are failing with the > following (this log is from Harmony): > > > CC spl/common/spl/spl.o > > CC spl/lib/display_options.o > > LD spl/common/spl/built-in.o > > LD spl/lib/built-in.o > > LD spl/u-boot-spl > > OBJCOPY spl/u-boot-spl-nodtb.bin > > COPY spl/u-boot-spl.bin > > BINMAN u-boot-tegra.bin > > binman: bad magic number in 'binman.etype': b'\x03\xf3\r\n' > > /var/lib/jenkins/workspace/u-boot-denx_uboot_dm-master-build/src/u-boot/Makefile:1619: recipe for target 'u-boot-tegra.bin' failed > > make[1]: *** [u-boot-tegra.bin] Error 1 Oh wow, that is a strange one. Could it be bad Python cache files again? Regards, Simon