Search found 2 matches

by simonsayz
2025-02-01 17:54
Forum: Luckfox Pico-RV1103/RV1106
Topic: pico max / How to include libpthread.so into buildroot image ?
Replies: 3
Views: 2400

Re: pico max / How to include libpthread.so into buildroot image ?

Thanks you for fast reply.

Can I rebuild glibc build root image ? (Pico Max + nand image )
Because My compiler (FPC : Free Pascal Compiler ) thread model support pthread & glibc only.

I try build image with glibc option. but fail to build.

my test ...
by simonsayz
2025-01-23 8:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: pico max / How to include libpthread.so into buildroot image ?
Replies: 3
Views: 2400

pico max / How to include libpthread.so into buildroot image ?

./buildroot.sh buildrootconfig
-> include minicom -> build image ok (exists minicom in result image )
-> tool chain -> external toolchaing c lib (glibc) -> (fail / not found in /usr/lib )

How to include libpthread.so in /usr/lib/libpthread.so ?

Which buildrootconfig option is including ...