Search found 2 matches
- 2025-02-01 17:54
- Forum: LuckFox Pico
- Topic: pico max / How to include libpthread.so into buildroot image ?
- Replies: 3
- Views: 241
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 ------------------------------------------------...
- 2025-01-23 8:49
- Forum: LuckFox Pico
- Topic: pico max / How to include libpthread.so into buildroot image ?
- Replies: 3
- Views: 241
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 libpthread.so...