Nope -- all those files came with the CodeSourcery 4.4.1 (arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2) -- I just don't know what CS built them from. (I suppose if I can't find out how to build them myself I could try just snagging them from my 4.4.1 toolchain and seeing if they work in this 4.5.2 linaro one...)
Thanks,
Diane
On Sat, Apr 2, 2011 at 1:07 PM, Diane Holt <holt.diane@gmail.com> wrote:Hi Diane. The files listed above come from GLIBC and should already
> The good news is, my build completed successfully, once I put those extra
> libs in /usr/lib and updated my PATH to include the bin in the work area.
>
> The bad news is, there are a number of utililties that this build doesn't
> produce, that my CodeSourcery 4.4.1 has:
>
> arm-none-linux-gnueabi/libc/sbin:
> ldconfig sln
>
> arm-none-linux-gnueabi/libc/usr/bin:
> catchsegv gencat getent ldd localedef pcprofiledump sprof
> xtrace
> gdbserver getconf iconv locale mtrace rpcgen tzselect
>
> arm-none-linux-gnueabi/libc/usr/lib/bin:
> POSIX_V6_ILP32_OFF32 catchsegv iconvconfig nscd tzselect
> POSIX_V6_ILP32_OFFBIG gdbserver ldconfig pcprofiledump xtrace
> POSIX_V7_ILP32_OFF32 gencat ldd rpcgen zdump
> POSIX_V7_ILP32_OFFBIG getconf locale rpcinfo zic
> XBS5_ILP32_OFF32 getent localedef sln
> XBS5_ILP32_OFFBIG iconv mtrace sprof
>
> arm-none-linux-gnueabi/libc/usr/libexec/getconf:
> POSIX_V6_ILP32_OFF32 POSIX_V7_ILP32_OFF32 XBS5_ILP32_OFF32
> POSIX_V6_ILP32_OFFBIG POSIX_V7_ILP32_OFFBIG XBS5_ILP32_OFFBIG
>
> arm-none-linux-gnueabi/libc/usr/sbin:
> iconvconfig nscd rpcinfo zdump zic
>
> Do you know what sources these are built from?
be in your Scratchbox root. They are not part of the compiler itself.
These should also be provided by your Scratchbox setup.
> I also don't have the i18n/{charmaps/locales} files. At a minimum, I
> definitely need that (and localedef) -- getconf would also be nice to have.
-- Michael