On Wed, Dec 30, 2009 at 06:10:38PM +0530, Palanivel wrote: > ./configure --host-cc=gcc --cc=gcc --target=arm-linux That combination does not make sense. If you're cross-compiling --host-cc should be != --cc and if you aren't you should not set --target (or at least not to that value).