The coreboot tool chain builder appears to have downloaded three different versions of acpica-unix2, which is apparently the provider of IASL. According to this:
https://www.acpica.org/downloads/
It requires Bison 2.4.1 or greater. Was this a recent change to
the tool chain build script? I haven't had any trouble until just
now.
Am I correct in my understanding that bison is complaining about some component of the tool chain?
I don't remember using any different versions.
On 10/12/21 10:20 pm, Nico Huber wrote:
Hi Keith,
On 10.12.21 09:28, Keith Emery wrote:
So I set out to repeat the experiment on my local computer. Only to findthat's a known cosmetic issue. Calling `genbuild_h.sh` at that time
that the current master branch of Coreboot fails to build the tool
chain. I was following the tutorial to the letter, but received the
following:
[redacted]/src/coreboot/util/genbuild_h/genbuild_h.sh: 59: -v: not found
seems spurious. I guess, you can ignore it.
The tool-chain then failed to build IASL:That looks like a later error only shown because the script goes on even
Building IASL v20210331 for host ... failed. Check 'build-IASL/build.log'.
make[1]: *** [Makefile:23: build_iasl] Error 1
make: *** [util/crossgcc/Makefile.inc:30: crossgcc-i386] Error 2
I checked the log, which states:
cp: cannot stat 'iasl': No such file or directory
when the build failed. The actual error might be earlier in the log. If
in doubt, please attach the whole file.
Nico
_______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org