Both! AT different times ....
Am current running with a --prefix=/home/arm
I'll probably try switching back to --sysroot=/home/arm when I get the
chance - as it seems the better way to go ...
Neither though seemed to have any effect on the problem I was having
(crt*.o files not being found)
On 30/05/12 10:52, Andrew Haley wrote:
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.