Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933736AbcJZX4I convert rfc822-to-8bit (ORCPT ); Wed, 26 Oct 2016 19:56:08 -0400 Received: from ozlabs.org ([103.22.144.67]:38073 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbcJZX4G (ORCPT ); Wed, 26 Oct 2016 19:56:06 -0400 From: Michael Ellerman To: Alexey Brodkin , "thomas.petazzoni\@free-electrons.com" Cc: "arnd\@arndb.de" , "linux-kernel\@vger.kernel.org" , "peterz\@infradead.org" , "Vineet.Gupta1\@synopsys.com" , "geert\@linux-m68k.org" , "mmarek\@suse.cz" , "linux-snps-arc\@lists.infradead.org" Subject: Re: Build regressions/improvements in v4.9-rc1 In-Reply-To: <1476879762.26312.12.camel@synopsys.com> References: <1476688913-15648-1-git-send-email-geert@linux-m68k.org> <00b16c44-79b8-43b8-6516-13c8bb92eb03@synopsys.com> <5541266.ySlPfDOezF@wuerfel> <9a0f80b3-adb3-36de-d59f-885ac29ea2e6@synopsys.com> <87inso4kxb.fsf@concordia.ellerman.id.au> <1476879762.26312.12.camel@synopsys.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 27 Oct 2016 10:56:02 +1100 Message-ID: <87shriwtpp.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2046 Lines: 50 Alexey Brodkin writes: > On Wed, 2016-10-19 at 22:50 +1100, Michael Ellerman wrote: >> Vineet Gupta writes: >> > On 10/17/2016 02:02 PM, Arnd Bergmann wrote: >> > > On Monday, October 17, 2016 9:59:24 AM CEST Vineet Gupta wrote: >> > > > On 10/17/2016 12:34 AM, Geert Uytterhoeven wrote: >> > > > > > 48 error regressions: >> > > > > > > >> > > > > > >   + /home/kisskb/slave/src/arch/arc/include/asm/atomic.h: Error: bad instruction `llockd r2,[r0]':  => 476 >> > > > > > >   + /home/kisskb/slave/src/arch/arc/include/asm/atomic.h: Error: bad instruction `llockd r2,[r13]':  => >> > > > > > > 475 >> > > > >> > > > [snip...] >> > > > > > > >> > > > > > >   + /home/kisskb/slave/src/arch/arc/include/asm/atomic.h: Error: bad instruction `scondd r4,[r8]':  => 516 >> > > > > > >   + /home/kisskb/slave/src/arch/arc/include/asm/atomic.h: Error: bad instruction `scondd r6,[r3]':  => 478 >> > > > > arcv2/axs103_smp_defconfig >> > >> > @Michael can I bother you to upgrade the tools or is this absolutely must for you. >> >> Happy to, just short on time. >> >> I tried building a new toolchain with buildroot, using the instructions >> from last time, but the resulting toolchain doesn't relocate, ie. it has >> hard-coded paths in it. Any ideas? > > Hm... that's strange - it used to work but doesn't work with newer Buildroot... > > Anyways if something very simple (i.e. with no extra libraries) works for you just go > ahead and grab pre-built image that Thomas Petazzoni builds. > > That's the most recent one: > http://autobuild.buildroot.org/toolchains/tarballs/br-arcle-hs38-full-2016.08-613-ge98b4dd.tar.bz2 Thanks, I grabbed that and it works for axs103_smp_defconfig: http://kisskb.ellerman.id.au/kisskb/buildresult/12840656/ It doesn't work for axs101_defconfig, saying: arch/arc/Makefile:29: *** Toolchain not configured for ARCompact builds. Stop. So those are still failing: http://kisskb.ellerman.id.au/kisskb/buildresult/12841194/ cheers