From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Sun, 28 Jul 2019 10:33:47 +0200 Subject: [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845 In-Reply-To: References: <7e320c69-bcef-7f5a-f73b-a081bd050b28@gmx.de> Message-ID: <46c6de6b-dcf7-077d-484e-d46b03f05c24@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/28/19 9:41 AM, Bin Meng wrote: > +Stefan > > Hi Heinrich, > > On Sun, Jul 28, 2019 at 2:32 PM Heinrich Schuchardt wrote: >> >> >> Hello Tom, >> >> origin/master commit bfe28bc70fc8b192878d6e8b7f7db344091643cf fails to >> build conga-qeval20-qa3-e3845 on Debian Buster: >> > > I cannot reproduce it. Did you set CONFIG_BUILD_ROM = y? My expectation is that if I call 'make conga-qeval20-qa3-e3845_defconfig' it sets all necessary configuration options to build successfully. This defconfig results in # CONFIG_BUILD_ROM is not set Setting CONFIG_BUILD_ROM=y does not solve the problem. Did you delete all *.bin files before testing? 'make mrproper' does not delete *.bin from the build path. Shouldn't it remove generated *.bin? Best regards Heinrich > >> binman: Filename 'descriptor.bin' not found in input path >> (.,.,./board/congatec/conga-qeval20-qa3-e3845) >> (cwd='/home/user/workspace/u-boot') >> make: *** [Makefile:1415: u-boot.rom] Error 1 >> >> The only descriptor.bin file I can find is >> ./tools/binman/test/descriptor.bin >> >> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/jobs/2155 has a >> different error for the same board: >> >> +Compiler aborting due to parser-detected syntax error(s) >> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp 731: >> +Error 6126 - syntax error, unexpected $end and premature End-Of-File >> + >> +make[2]: *** [board/congatec/conga-qeval20-qa3-e3845/dsdt.c] Error 255 >> +make[1]: *** [board/congatec/conga-qeval20-qa3-e3845] Error 2 >> +make: *** [sub-make] Error 2 >> > > Regards, > Bin >