[uClibc] uclibc tool chain

Manuel Novoa III mjn3 at codepoet.org
Fri May 14 21:25:34 UTC 2004


On Fri, May 14, 2004 at 08:54:10PM +0530, Narendra wrote:
> Hello,
> 
> I have built uClibc-0.9.26 statically and installed it in /usr/local.  I have attached the .config file of uClibc.
> When i tried to build the gcc-2.95 toolchain, i am encountering errors. I have attached the log file of the build.
> 
> 
> I am buliding the above on Celeron Processor based PC with Redhat linux 7.3 and having gcc-2.96-20000731.
> 
> Where i am going wrong ?

Judging by your log, I'd say that you're compiling with your system gcc
but using uClibc headers.  Installing uClibc in /usr/local is most
likely the cause.  Don't mix glibc and uClibc libs in the same lib search
path.  Don't mix standard system headers and uClibc headers in the same
include search path.  The toolchain build will built uClibc itself and
put it in the right place.

Manuel



More information about the uClibc mailing list