Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934366AbcLNXki (ORCPT ); Wed, 14 Dec 2016 18:40:38 -0500 Received: from gherkin.frus.com ([192.158.254.49]:57958 "EHLO gherkin.frus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933654AbcLNXkf (ORCPT ); Wed, 14 Dec 2016 18:40:35 -0500 Date: Wed, 14 Dec 2016 17:40:22 -0600 From: Bob Tracy To: linux-kernel@vger.kernel.org Cc: debian-alpha@lists.debian.org, linux-alpha@vger.kernel.org, mcree@orcon.net.nz, mattst88@gmail.com Subject: Re: 4.9.0 build error on Alpha Message-ID: <20161214234022.GA27406@gherkin.frus.com> References: <20161213140710.GA18471@gherkin.frus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161213140710.GA18471@gherkin.frus.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 22 Quick followup: tried another "from scratch" build with a stable compilation environment. No difference. Current gcc and binutils versions are as follows: gcc version 6.2.1 20161212 (Debian 6.2.1-6) GNU ld (GNU Binutils for Debian) 2.27.51.20161212 As always, thanks in advance for any help in resolving this. --Bob On Tue, Dec 13, 2016 at 08:07:10AM -0600, Bob Tracy wrote: > Got all the way to the end of the 4.9-final kernel build, and ran into the > following: > > LD init/built-in.o > arch/alpha/lib/lib.a(strcat.o): In function `strcat': > (.text+0x60): relocation truncated to fit: BRADDR against symbol `__stxcpy' defined in .text section in arch/alpha/lib/lib.a(stxcpy.o) > arch/alpha/lib/lib.a(strncat.o): In function `strncat': > (.text+0x60): relocation truncated to fit: BRADDR against symbol `__stxncpy' defined in .text section in arch/alpha/lib/lib.a(stxncpy.o) > Makefile:969: recipe for target 'vmlinux' failed > make: *** [vmlinux] Error 1