All of lore.kernel.org
 help / color / mirror / Atom feed
* Building host tools on Windows
@ 2022-07-04 13:15 Martin Bonner
  2022-07-04 16:16 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Bonner @ 2022-07-04 13:15 UTC (permalink / raw)
  To: u-boot

I am trying to build the host tools on Windows, and I have hit a road
block.  Specifically, I get the output:
  HOSTCC  tools/mkeficapsule
tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or
directory
   18 | #include <uuid/uuid.h>

Steps so far:
Download latest msys
Double upgrade with "pacman -Syu"
pacman -S gcc make bison diffutils openssl-devel
pacman -S git
git clone from denx.de
pacman -S flex (because make complained "flex was missing"

Now I have the above error.  I am not familiar with MSYS packages - I have
tried "e2fsprogs" and "uuid-dev" but neither are found.  Which package do I
need to include?


Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building host tools on Windows
  2022-07-04 13:15 Building host tools on Windows Martin Bonner
@ 2022-07-04 16:16 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2022-07-04 16:16 UTC (permalink / raw)
  To: Martin Bonner; +Cc: U-Boot Mailing List

On Mon, Jul 4, 2022 at 9:50 PM Martin Bonner <martingreybeard@gmail.com> wrote:
>
> I am trying to build the host tools on Windows, and I have hit a road
> block.  Specifically, I get the output:
>   HOSTCC  tools/mkeficapsule
> tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or
> directory
>    18 | #include <uuid/uuid.h>
>
> Steps so far:
> Download latest msys
> Double upgrade with "pacman -Syu"
> pacman -S gcc make bison diffutils openssl-devel
> pacman -S git
> git clone from denx.de
> pacman -S flex (because make complained "flex was missing"
>
> Now I have the above error.  I am not familiar with MSYS packages - I have
> tried "e2fsprogs" and "uuid-dev" but neither are found.  Which package do I
> need to include?

Please do:

pacman -S libgnutls-devel libuuid-devel

as what is done in the CI.

Regards,
Bin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-04 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 13:15 Building host tools on Windows Martin Bonner
2022-07-04 16:16 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.