From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758029Ab3HOOeJ (ORCPT ); Thu, 15 Aug 2013 10:34:09 -0400 Received: from mail.active-venture.com ([67.228.131.205]:62353 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757038Ab3HOOeG (ORCPT ); Thu, 15 Aug 2013 10:34:06 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <520CE6DF.80009@roeck-us.net> Date: Thu, 15 Aug 2013 07:34:07 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Max Filippov CC: tony@bakeyournoodle.com, "linux-kernel@vger.kernel.org" Subject: Re: Linux kernel cross-compilers References: <520C9A39.3030808@roeck-us.net> <520CDF92.8090804@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/15/2013 07:22 AM, Max Filippov wrote: > On Thu, Aug 15, 2013 at 6:02 PM, Guenter Roeck wrote: >> On 08/15/2013 02:46 AM, Max Filippov wrote: >>> >>> Hi Guenter, >>> >>> On Thu, Aug 15, 2013 at 1:07 PM, Guenter Roeck wrote: >>>> >>>> Also, the xtensa compiler fails for me with an odd error message on one >>>> of >>>> my servers. >>> >>> >>> What is the message? >>> >> It complains about being unable to change the byte order in an object file. >> >> Actually, the message is from the linker, but I have no idea what is causing >> it. > > I've seen such message when I attempted to link a kernel, parts of which > were by mistake compiled for different xtensa core variants. Clean rebuild > fixed that. > "clean -f -q -d -x" did not help in my case. It can't get much cleaner than that. Guenter