
On 7/28/19 2:00 PM, Bin Meng wrote:
On Sun, Jul 28, 2019 at 5:52 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
On 7/28/19 11:35 AM, Bin Meng wrote:
On Sun, Jul 28, 2019 at 5:08 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
<snip>
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