1)
i have the cross-compile toolchain in /usr/local/tools/linux/arm/gcc-3.2.2/arm-linux/bin/gcc , now what i want to do is to compile a program with configure script, how do i set the path so that the computer will use the arm gcc(in the path i\'ve just mentioned) instead of the normal gcc ?
2)
is this the command to compile ?
./configure --host=arm-linux
thanks a lot