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' > /usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO > missing from command line > collect2: error: ld returned 1 exit status > [...] > > [...]
Applied to u-boot/master, thanks! [1/1] sandbox: solve undefined reference to pthread_kill symbol commit: 3507e6208f3df1fc1dedb8fce1e8b71c33b3b804 -- Tom