From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.baluta@gmail.com (Daniel Baluta) Date: Tue, 28 Jun 2011 10:43:13 +0300 Subject: Problem in compiling kernel In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >> 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.