From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Sun, 28 Jul 2019 16:19:00 +0200 Subject: [U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845 In-Reply-To: References: <7e320c69-bcef-7f5a-f73b-a081bd050b28@gmx.de> <46c6de6b-dcf7-077d-484e-d46b03f05c24@gmx.de> <902db46c-0e80-b664-05a9-16fe026b2a8f@gmx.de> <1eb7d7af-1c99-59a9-6d6a-b3261346661e@gmx.de> Message-ID: <433c185c-771b-49be-c063-babbeed8f191@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 2:00 PM, Bin Meng wrote: > On Sun, Jul 28, 2019 at 5:52 PM Heinrich Schuchardt wrote: >> >> On 7/28/19 11:35 AM, Bin Meng wrote: >>> On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt wrote: >> >> Skipping Git submodules setup >> $ ret=0; ./tools/buildman/buildman -P -E -x arm,powerpc || ret=$?; if [[ >> $ret -ne 0 && $ret -ne 129 ]]; then ./tools/buildman/buildman -sdeP; >> exit $ret; fi; >> Building current source for 167 boards (24 threads, 1 job per thread) >> >> Starting build... >> 0 0 0 /167 (starting) >> >> >> 1 0 0 /167 1:06:16 : vct_platinumavc >> >> x86: + conga-qeval20-qa3-e3845-internal-uart >> +Compiler aborting due to parser-detected syntax error(s) >> +board/congatec/conga-qeval20-qa3-e3845/dsdt.asl.tmp 731: > > This is weird. What IASL version did that use? > > I am using: > > $ iasl -v > > Intel ACPI Component Architecture > ASL+ Optimizing Compiler version 20160108-64 > Copyright (c) 2000 - 2016 Intel Corporation Tom's Dockerimage is on Ubuntu 16.04. That gives us https://packages.ubuntu.com/de/xenial/iasl. Intel ACPI Component Architecture ASL+ Optimizing Compiler version 20160108-64 Copyright (c) 2000 - 2016 Intel Corporation As Tom already wrote the problem is not with iasl but possibly with incorrect dependencies in the Makefile. Best regards Heinrich