Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146Ab3IHJDP (ORCPT ); Sun, 8 Sep 2013 05:03:15 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:53955 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751837Ab3IHJDO (ORCPT ); Sun, 8 Sep 2013 05:03:14 -0400 Date: Sun, 8 Sep 2013 10:02:06 +0100 From: Russell King - ARM Linux To: Anil Kumar Cc: "linux-omap@vger.kernel.org" , linux-arm , Tony Lindgren , "devicetree-discuss@lists.ozlabs.org" , Benoit Cousson , linux-kernel@vger.kernel.org, Grant Likely Subject: Re: Build error in torvalds kernel 3.11 for omap2plus Message-ID: <20130908090206.GK25647@n2100.arm.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 21 On Sun, Sep 08, 2013 at 11:34:10AM +0530, Anil Kumar wrote: > scripts/kconfig/conf --silentoldconfig Kconfig > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > make[1]: `include/generated/mach-types.h' is up to date. > CALL scripts/checksyscalls.sh > CHK include/generated/compile.h > AS arch/arm/mm/cache-v7.o > arch/arm/mm/cache-v7.S: Assembler messages: > arch/arm/mm/cache-v7.S:285: Error: garbage following instruction -- `dsb ishst' > arch/arm/mm/cache-v7.S:297: Error: garbage following instruction -- `dsb ishst' > make[1]: *** [arch/arm/mm/cache-v7.o] Error 1 > make: *** [arch/arm/mm] Error 2 You need a later binutils for these instructions - 2.22 works just fine, even with gcc 4.5.x. -- 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/