On Sat, Apr 2, 2011 at 1:07 PM, Diane Holt holt.diane@gmail.com wrote:
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?
Hi Diane. The files listed above come from GLIBC and should already be in your Scratchbox root. They are not part of the compiler itself.
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.
These should also be provided by your Scratchbox setup.
-- Michael