On 05/04/11 03:07, Diane Holt wrote:
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...)
Michael already replied to this, but just to be clear ...
The CS Linux toolchains consist of GNU Binutils (as, ld, nm, objdump, etc.), GCC, GLIBC (and/or uClibc), GDB, and a few other useful utilities, all bundled up into one install.
Most of the utilities you mentioned do indeed come from Glibc, not GCC, and should be included with your Glibc provider - in this case Scratchbox. A few of them may come from other places; 'gdbserver' comes from GDB, for example.
Andrew