0

我是 Buildroot 的新手,正在使用 Buildroot 将 Linaro 用作内核并构建 UEFI。

为了构建 UEFI,它需要 ACPI 工具,主要是 iasl 命令。但是作为 buildroot 一部分的 iasl 命令无法执行并给出以下错误:

“无法执行 iasl 命令”

我检查了 iasl 的文件类型,发现它是 x86,而我运行 buildroot 的系统是 x86_64。不确定这是否是 iasl 失败的原因。如果是这样,我们如何指定 buildroot 来生成 x86_64 工具?

buildroot 日志中的错误是:

******buildroot-2016.11.2/uefi-image-443bf46/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf [AARCH64]
Building ... buildroot-2016.11.2/uefi-image-443bf46/ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.inf [AARCH64]
Building ... /buildroot-2016.11.2/uefi-image-443bf46/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf [AARCH64]
Building ... /buildroot-2016.11.2/uefi-image-443bf46/ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf [AARCH64]
Building ... /buildroot-2016.11.2/uefi-image-443bf46/ArmPlatformPkg/ArmVExpressPkg/AcpiTables/rtsm_ve-aemv8a/AcpiTables.inf [AARCH64]
/bin/sh: /buildroot-2016.11.2/output/build/acpica-20160831/generate/unix/bin/iasl: cannot execute binary file
make: *** [/buildroot-2016.11.2/uefi-image-443bf46/Build/ArmVExpress-FVP-AArch64/RELEASE_ARMLINUXGCC/AARCH64/ArmPlatformPkg/ArmVExpressPkg/AcpiTables/rtsm_ve-aemv8a/AcpiTables/OUTPUT/facp.aml] Error 126
build.py...
 : error 7000: Failed to execute command
        make --no-print-directory tbuild [/buildroot-2016.11.2/uefi-image-443bf46/Build/ArmVExpress-FVP-AArch64/RELEASE_ARMLINUXGCC/AARCH64/ArmPlatformPkg/ArmVExpressPkg/AcpiTables/rtsm_ve-aemv8a/AcpiTables]******

请指导我

4

1 回答 1

1

您没有提供足够的详细信息,但我的感觉是您可能已经为目标构建了 iasl,并尝试在运行 Buildroot 构建的机器上运行它。无法工作。确保使用该host-acpica软件包。

于 2017-08-21T22:11:39.903 回答