Last steps towards a functional toolchain

Mike Frysinger vapier at gentoo.org
Sun Oct 9 04:02:47 UTC 2005


On Saturday 08 October 2005 04:48 pm, Jan-Benedict Glaw wrote:
>  o Install uClibc's header files
> 	How is this done?

`make install` ? :)

really you could just do `cp -r include/* /where/ever/`

>  o Recompile gcc to use these headers and (even more important) to
>    generate a correct linker call for the -static case. (For now, I've
>    not hacked the dynamically linked path because I first wanted to
>    get the compile-time linker to work.)

we use buildroot to do this usually ...

tar up your custom uClibc source code:
tar -jcf uClibc-snapshot.tar.bz2 uClibc
then put that into the buildroot 'dl' dir and select the uClibc snapshot 
option in the toolchain menu

what is your target ? v850 right ? is the target tuple 'v850-linux-uclibc' or 
'vax-linux-uclibc' or ... ? i can update the buildroot config files for you 
so that vax is added to the arch list ...
-mike



More information about the uClibc mailing list