SolidRun / lx2160a_uefi

Parent build repository for generating UEFI firmware for the LX2160a
24 stars 16 forks source link

runme.sh not detecting missing dependencies #3

Closed samerhaj closed 3 years ago

samerhaj commented 4 years ago

runme.sh is not detecting the following build dependencies / tools :

outbackdingo commented 3 years ago

also uuid-dev

GenFvInternalLib.c:19:10: fatal error: uuid/uuid.h: No such file or directory 19 | #include <uuid/uuid.h> | ^~~~~

markmi commented 3 years ago

/bin/sh: 1: iasl: not found

So acpica-tools (in addition to device-tree-compiler [ubuntu on RPi4B context]).

jnettlet commented 3 years ago

The commands have been included in the latest release. I am not testing for library and header requirements as they are documented under the tianocore build instructions. This also requires tested for all the various distributions as I won't just add apt package name support.