From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 11 Jan 2017 12:12:58 +0800 Subject: [U-Boot] x86: binman build error (fdtget) In-Reply-To: <5b357a62-55a4-a525-ce95-025ce0c70d87@denx.de> References: <5b357a62-55a4-a525-ce95-025ce0c70d87@denx.de> 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 Stefan, On Tue, Jan 10, 2017 at 9:21 PM, Stefan Roese wrote: > Hi Simon, > > I just tried to build a new U-Boot image for an x86 platform and > get this compilation error: > > ... > CC lib/display_options.o > LD lib/built-in.o > LD u-boot > OBJCOPY u-boot-x86-16bit.bin > OBJCOPY u-boot-nodtb.bin > CAT u-boot-dtb.bin > COPY u-boot.bin > BINMAN u-boot.rom > binman: Error running 'fdtget u-boot.dtb / -p': > Makefile:1081: recipe for target 'u-boot.rom' failed > make: *** [u-boot.rom] Error 1 > I suspect your dtc/fdtget version is old. I am using dtc 1.4.2. > Do you have a quick idea, why I see this error? > Regards, Bin