June 28, 2011
7:43 a.m.
Have you tried to setup some sort of cross-compilation environment? Could you check CROSS_COMPILE env variable?
Yes, I have given yes for that option during configuration
OK, then that's your problem. CROSS_COMPILE is a string pointing to your cross compiler prefix. thanks, Daniel.