[Buildroot] [Bug 10161] unable to build u-boot.imx reliably

bugzilla at busybox.net bugzilla at busybox.net
Fri Aug 4 17:04:57 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=10161

--- Comment #1 from Arnout Vandecappelle <arnout at mind.be> ---
Without any other evidence, we can only assume it's an issue with the U-Boot
build system. And something that is very hard to fix at the Buildroot level:
since we don't know which U-Boot version is being used, we can't easily patch
it.

I have done a quick review of the Makefile for imx in the U-Boot source, and it
looks good to me. But you haven't really given sufficient information to
pinpoint the problem. You should try to reproduce with V=1 so we get usable
output. And also try to reproduce outside of Buildroot - should be easy, you
basically just have to run 'make CROSS_COMPILE=... ARCH=arm ..._defconfig; make
CROSS_COMPILE=... ARCH=arm V=1 u-boot.imx'.

Or perhaps it only happens when you try to build u-boot.imx and u-boot-dtb.imx
in parallel?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list