Karthi - 2015-04-13

I downloaded FFSB latest 6.0. And i'm trying to cross compile FFSB for ARM architecture with the below command,
./configure CC=arm-linux-gnueabihf-gcc GCC=arm-linux-gnueabihf-gcc CFLAGS=-O2 LIBS=-lposix --target=arm
But i'm getting the below error.
"configure: error: C compiler cannot create executables"
When i checked config.log file, i traced the below error,
./configure: line 2679: /root/linaro/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-gcc: No such file or directory
configure:2681: $? = 127

Please let me know how to solve this.

Regards,
karthik