On Mon, 12 Aug 2024 15:11:52 +0530, Madhavan Srinivasan wrote:
> Currently exec-target.c file is linked as static and this
> post a requirement to install libc dev package to build.
> Without it, build-break when compiling selftest/powerpc/benchmark.
>
> CC exec_target
> /usr/bin/ld: canno
On 8/13/24 1:11 PM, Michael Ellerman wrote:
Madhavan Srinivasan writes:
Currently exec-target.c file is linked as static and this
post a requirement to install libc dev package to build.
I think specifically the problem is that the test requires a static
libc, which is packaged separately in
Madhavan Srinivasan writes:
> Currently exec-target.c file is linked as static and this
> post a requirement to install libc dev package to build.
I think specifically the problem is that the test requires a static
libc, which is packaged separately in some distros from the regular libc
headers,