Re: [PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-11 Thread Michael Ellerman
Christophe Leroy writes: > Le 05/08/2024 à 10:30, Madhavan Srinivasan a écrit : >> Currently exec-target.c file is linked as static and this >> post a requirement to install libc dev package to build. >> Without it, build-breaks when compiling selftest/powerpc/benchmark. >> >>CC exec_ta

Re: [PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-08 Thread Madhavan Srinivasan
On 8/9/24 10:24 AM, Christophe Leroy wrote: Le 09/08/2024 à 06:25, Madhavan Srinivasan a écrit : On 8/6/24 12:24 PM, Christophe Leroy wrote: Le 05/08/2024 à 10:30, Madhavan Srinivasan a écrit : Currently exec-target.c file is linked as static and this post a requirement to install libc

Re: [PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-08 Thread Christophe Leroy
Le 09/08/2024 à 06:25, Madhavan Srinivasan a écrit : On 8/6/24 12:24 PM, Christophe Leroy wrote: Le 05/08/2024 à 10:30, Madhavan Srinivasan a écrit : Currently exec-target.c file is linked as static and this post a requirement to install libc dev package to build. Without it, build-breaks

Re: [PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-08 Thread Madhavan Srinivasan
On 8/6/24 12:24 PM, Christophe Leroy wrote: Le 05/08/2024 à 10:30, Madhavan Srinivasan a écrit : Currently exec-target.c file is linked as static and this post a requirement to install libc dev package to build. Without it, build-breaks when compiling selftest/powerpc/benchmark.    CC  

Re: [PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-05 Thread Christophe Leroy
Le 05/08/2024 à 10:30, Madhavan Srinivasan a écrit : Currently exec-target.c file is linked as static and this post a requirement to install libc dev package to build. Without it, build-breaks when compiling selftest/powerpc/benchmark. CC exec_target /usr/bin/ld: cannot find -lc: No

[PATCH] selftest/powerpc/benchmark: remove requirement libc-dev

2024-08-05 Thread Madhavan Srinivasan
Currently exec-target.c file is linked as static and this post a requirement to install libc dev package to build. Without it, build-breaks when compiling selftest/powerpc/benchmark. CC exec_target /usr/bin/ld: cannot find -lc: No such file or directory collect2: error: ld returned 1 exit