2008-04-28 04:29:20 uClibc
Vincent Puig (SPAIN)
Message: 55101 Hi all
I have upgraded the kernel to the 2008R1, and also the toolchain, but now, when I do "make menuconfig" I can not change the library (libc is None).
There are not release notes for this version yet.
How could I add the uClibc?
QuoteReplyEditDelete
2008-04-28 04:42:10 Re: uClibc
Mike Frysinger (UNITED STATES)
Message: 55102 the C library that comes with the toolchain is used (that is what "None" means)
QuoteReplyEditDelete
2008-04-28 05:02:01 Re: uClibc
Vincent Puig (SPAIN)
Message: 55103 But in the last one, I could choose between uc-libc and none.
I need pThreads support, will it work by choosing "none"?
Thanks.
QuoteReplyEditDelete
2008-04-28 05:15:50 Re: uClibc
Mike Frysinger (UNITED STATES)
Message: 55105 it doesnt matter what you could do in the old one, the answer is still the same. uClinux-dist uses whatever C library comes with your toolchain. if your toolchain comes with uClibc, it'll use uClibc.
as for needing pthreads support, that really has nothing to do with uClinux-dist. the toolchain is concerned with threading.
QuoteReplyEditDelete
2008-04-28 05:17:36 Re: uClibc
Vincent Puig (SPAIN)
Message: 55108 Ok, thank you Mike.