On 05/28/2012 10:33 PM, David Summers wrote: > I'm trying to compile a tool chain to run on an x86-64 machine, but > produce code for an arm, so options to most things: > > --target=armv7-hardfloat-linux-gnueabi --host=x86_64-pc-linux-gnu > --build=x86_64-pc-linux-gnu Did you not set up a sysroot? Or a prefix? Andrew.