Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755233Ab3HPJpB (ORCPT ); Fri, 16 Aug 2013 05:45:01 -0400 Received: from mail-oa0-f43.google.com ([209.85.219.43]:48202 "EHLO mail-oa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755026Ab3HPJpA (ORCPT ); Fri, 16 Aug 2013 05:45:00 -0400 MIME-Version: 1.0 In-Reply-To: <520DEF05.9030803@roeck-us.net> References: <520C9A39.3030808@roeck-us.net> <20130816054823.GB28445@thor.bakeyournoodle.com> <520DD9CA.90305@roeck-us.net> <520DEF05.9030803@roeck-us.net> Date: Fri, 16 Aug 2013 13:45:00 +0400 Message-ID: Subject: Re: Linux kernel cross-compilers From: Max Filippov To: Guenter Roeck Cc: "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 39 >> Guenter, >> can you share a complete build log with V=1? >> > > http://roeck-us.net/linux/logs/make.xtensa.log.bad > http://roeck-us.net/linux/logs/make.xtensa.log.ok > > Key difference: the failing command in the bad case is > xtensa-linux-objcopy -O elf32-xtensa-le > and in the good case > xtensa-linux-objcopy -O elf32-xtensa-be > > Same compiler (4.6.3 from kernel.org), same configuration file, same command > line. > Configuration file is generated from defconfig, and the resulting .config > file > is the same in both cases. > > If I execute make and expicitly set BIG_ENDIAN=1 on the failing system as > parameter to it, > it works fine. If I set BIG_ENDIAN=0 on the passing system, it fails. > > I am puzzled. Guess there must be something different, but I have no idea > what it might be. What is the output of echo -e __XTENSA_EB__ | xtensa-linux-gcc -E - on the failing system? -- Thanks. -- Max -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/