[SeaBIOS] [coreboot] Setting up build environment

Peter Stuge peter at stuge.se
Mon Feb 10 01:24:17 CET 2014


Idwer Vollering wrote:
> Actually, this happens when you clone coreboot into a dir where its
> parent dir has a dot in it, and compile for any board without touching
> the payload defaults:
> 
> python ./tools/acpi_extract.py
> /home/idwer/tmp/coreboot.fresh/build/seabios/out/acpi-dsdt.lst >
> /home/idwer/tmp/coreboot.fresh/build/seabios/out/acpi-dsdt.off
> Traceback (most recent call last):
>   File "./tools/acpi_extract.py", line 221, in <module>
>     for line in fileinput.input():
>   File "/usr/lib/python2.7/fileinput.py", line 252, in next
>     line = self.readline()
>   File "/usr/lib/python2.7/fileinput.py", line 344, in readline
>     self._file = open(self._filename, self._mode)
> IOError: [Errno 2] No such file or directory:
> '/home/idwer/tmp/coreboot.fresh/build/seabios/out/acpi-dsdt.lst'

The path isn't mangled in any way so the problem must be a dependency
in the Makefile. Perhaps there's a pattern substitution which doesn't
do greedy patterh matching where that's what would be needed.


//Peter



More information about the SeaBIOS mailing list