From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 3/3] Fix M68K irqflags Date: Fri, 03 Sep 2010 09:05:48 +0100 Message-ID: <13782.1283501148@redhat.com> References: <4C809B63.2040802@snapgear.com> <4C804F3A.8020001@snapgear.com> <19747.1283422807@redhat.com> <20100902102203.19806.39028.stgit@warthog.procyon.org.uk> <7077.1283496259@redhat.com> Return-path: In-Reply-To: <4C809B63.2040802@snapgear.com> Sender: linux-kernel-owner@vger.kernel.org To: Greg Ungerer Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org Greg Ungerer wrote: > > Unfortunately, I don't have a binutils that can handle the funny Coldfire > > instructions. Can you point me at a Coldfire toolchain? > > This is what I currently use: > > http://www.uclinux.org/pub/uClinux/m68k-elf-tools/tools-20080626/m68k-uclinux-tools-20080626.sh > > Its just a binutils-2.18 and gcc-4.2.4 configured for m68k-uclinux > target. With this toolchain and the m68knommu defconfig, the asm errors are now gone, but I see the following link error: /usr/local/bin/m68k-uclinux-ld.real: error: no memory region specified for loadable section `.data..shared_aligned' I don't see any errors or warnings concerning THREAD_SIZE. David From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:64911 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754816Ab0ICIGG (ORCPT ); Fri, 3 Sep 2010 04:06:06 -0400 From: David Howells In-Reply-To: <4C809B63.2040802@snapgear.com> References: <4C809B63.2040802@snapgear.com> <4C804F3A.8020001@snapgear.com> <19747.1283422807@redhat.com> <20100902102203.19806.39028.stgit@warthog.procyon.org.uk> <7077.1283496259@redhat.com> Subject: Re: [PATCH 3/3] Fix M68K irqflags Date: Fri, 03 Sep 2010 09:05:48 +0100 Message-ID: <13782.1283501148@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Greg Ungerer Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20100903080548.n8txOPfQMDq6_WLmtdbYqpJzva7WEPRcTNpyeP3J_Pg@z> Greg Ungerer wrote: > > Unfortunately, I don't have a binutils that can handle the funny Coldfire > > instructions. Can you point me at a Coldfire toolchain? > > This is what I currently use: > > http://www.uclinux.org/pub/uClinux/m68k-elf-tools/tools-20080626/m68k-uclinux-tools-20080626.sh > > Its just a binutils-2.18 and gcc-4.2.4 configured for m68k-uclinux > target. With this toolchain and the m68knommu defconfig, the asm errors are now gone, but I see the following link error: /usr/local/bin/m68k-uclinux-ld.real: error: no memory region specified for loadable section `.data..shared_aligned' I don't see any errors or warnings concerning THREAD_SIZE. David