From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Eikelenboom Subject: Build error iasl/dsdt after commit "hvmloader: also cover PCI MMIO ranges above 4G with UC MTRR ranges" Date: Wed, 21 May 2014 20:58:13 +0200 Message-ID: <841167474.20140521205813@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WnBiU-0004nm-A9 for xen-devel@lists.xenproject.org; Wed, 21 May 2014 18:58:18 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org Hi Jan, It seems commit "d06886694328a31369addc1f614cf326728d65a6: "hvmloader: also cover PCI MMIO ranges above 4G with UC MTRR ranges" causes the build error below. In case it's relevant it's with iasl from debian wheezy, which is version: iasl 20100528-3 -- Sander Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations sed -e 's/AmlCode/ssdt_tpm/g' ssdt_tpm.hex >ssdt_tpm.h rm -f ssdt_tpm.hex ssdt_tpm.aml gcc -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -D__XEN_TOOLS__ -MMD -MF .build.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -mno-tls-direct-seg-refs -Werror -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -I/usr/src/new/xen-unstable/tools/firmware/hvmloader/acpi/../../../../tools/include -c -o build.o build.c gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/src/new/xen-unstable/tools/firmware/hvmloader/acpi/../../../../tools/include -o mk_dsdt mk_dsdt.c awk 'NR > 1 {print s} {s=$0}' dsdt.asl > dsdt_anycpu.asl ./mk_dsdt --maxcpu any >> dsdt_anycpu.asl iasl -vs -p dsdt_anycpu -tc dsdt_anycpu.asl dsdt_anycpu.asl 165: 0x0000000000000000, Error 4122 - ^ Invalid combination of Length and Min/Max fixed flags ASL Input: dsdt_anycpu.asl - 10985 lines, 388387 bytes, 7984 keywords Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 2627 Optimizations make[8]: *** [dsdt_anycpu.c] Error 255