Re: [PATCH v2 4/8] arm64: nvhe: add bee-headers support

2024-09-07 Thread Masahiro Yamada
On Sat, Sep 7, 2024 at 6:28 PM Daniel Gomez (Samsung) wrote: > > On Fri, Sep 6, 2024 at 4:03 PM Masahiro Yamada wrote: > > > > On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay > > wrote: > > > > > > From: Daniel Gomez > > > > > > endian.h header is not provided by default in macOS. Use

Re: [PATCH v2 4/8] arm64: nvhe: add bee-headers support

2024-09-07 Thread Daniel Gomez (Samsung)
On Fri, Sep 6, 2024 at 4:03 PM Masahiro Yamada wrote: > > On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay > wrote: > > > > From: Daniel Gomez > > > > endian.h header is not provided by default in macOS. Use pkg-config with > > the new development package 'bee-headers' [1] to find the pa

Re: [PATCH v2 4/8] arm64: nvhe: add bee-headers support

2024-09-06 Thread Masahiro Yamada
On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay wrote: > > From: Daniel Gomez > > endian.h header is not provided by default in macOS. Use pkg-config with > the new development package 'bee-headers' [1] to find the path where the > headers are installed. > > [1] Bee Headers Project links

[PATCH v2 4/8] arm64: nvhe: add bee-headers support

2024-09-06 Thread Daniel Gomez via B4 Relay
From: Daniel Gomez endian.h header is not provided by default in macOS. Use pkg-config with the new development package 'bee-headers' [1] to find the path where the headers are installed. [1] Bee Headers Project links: https://github.com/bee-headers/headers https://github.com/bee-headers/homebre