From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbbCGWUr (ORCPT ); Sat, 7 Mar 2015 17:20:47 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:35377 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbbCGWUo (ORCPT ); Sat, 7 Mar 2015 17:20:44 -0500 Message-ID: <54FB79BE.70303@gmail.com> Date: Sat, 07 Mar 2015 23:20:46 +0100 From: angelo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Re: Re: issues on last 32 bit m68k toolchain 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 Fri, Feb 06, 2015 at 09:46:52PM +0100, Angelo Dureghello wrote: > Dear all, > > i was using the public x86 32bit toolchain from kernel.org: > > https://www.kernel.org/pub/tools/crosstool/files/bin/i686/4.6.3/i686-gcc-4.6.3-nolibc_m68k-linux.tar.gz > > Unfortunately, for ColdFire arch, there is a bug in gas/binutils > for this toolchain: > > https://sourceware.org/bugzilla/show_bug.cgi?id=17877 > > Produced binaries are not working on the target. > > Is it possible to have available another m68k toolchain > (including older or newer binutils/as than the bugged 2.22) ? > > Can you try the 64 bit toolchain ? > > https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/x86_64-gcc-4.9.0-nolibc_m68k-linux.tar.gz > > Guenter Tested: that toolchain have the same issues related to mcf5307. So the issue should have been fixed only after v2.24 of binutils. So none of the 2 toolchains for coldfire works for me. Regards Angelo