Re: [PATCH v2] sandbox: solve undefined reference to pthread_kill symbol

2025-06-15 Thread Tom Rini
On Wed, 04 Jun 2025 08:48:11 -0700, Raymond Mao wrote: > This patch is to solve the sandbox building error: > $ make O=build-sandbox -s sandbox_defconfig > $ make O=build-sandbox -s -j2 > /usr/bin/ld: /tmp/u-boot.27rzOu.ltrans58.ltrans.o: undefined reference to > symbol 'pthread_kill@@GLIBC_2.2.5

Re: [PATCH v2] sandbox: solve undefined reference to pthread_kill symbol

2025-06-05 Thread Patrice CHOTARD
On 6/4/25 17:48, Raymond Mao wrote: > This patch is to solve the sandbox building error: > $ make O=build-sandbox -s sandbox_defconfig > $ make O=build-sandbox -s -j2 > /usr/bin/ld: /tmp/u-boot.27rzOu.ltrans58.ltrans.o: undefined reference to > symbol 'pthread_kill@@GLIBC_2.2.5' > /usr/bin/ld:

Re: [PATCH v2] sandbox: solve undefined reference to pthread_kill symbol

2025-06-05 Thread Jerome Forissier
On 6/4/25 17:48, Raymond Mao wrote: > This patch is to solve the sandbox building error: > $ make O=build-sandbox -s sandbox_defconfig > $ make O=build-sandbox -s -j2 > /usr/bin/ld: /tmp/u-boot.27rzOu.ltrans58.ltrans.o: undefined reference to > symbol 'pthread_kill@@GLIBC_2.2.5' > /usr/bin/ld:

[PATCH v2] sandbox: solve undefined reference to pthread_kill symbol

2025-06-04 Thread Raymond Mao
This patch is to solve the sandbox building error: $ make O=build-sandbox -s sandbox_defconfig $ make O=build-sandbox -s -j2 /usr/bin/ld: /tmp/u-boot.27rzOu.ltrans58.ltrans.o: undefined reference to symbol 'pthread_kill@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding