From owner-freebsd-arm@freebsd.org Fri Jun 17 23:27:57 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7816A7845D for ; Fri, 17 Jun 2016 23:27:57 +0000 (UTC) (envelope-from erich@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9449D1A03 for ; Fri, 17 Jun 2016 23:27:57 +0000 (UTC) (envelope-from erich@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GGOWRExMcp+5OQ6aNCieYRndUMnwPCRVkNu6hf4PQbw=; b=rlF+zgJEOG4JfSAo9ZLcyKKsOd fV5Q7e7b4oJtF3mvgVD8VzKQMJeGUDdEDkyXaGZIjGaT5tXpBaoulwzHfKoQM4JglU6zs5HUP3f9/ 3gjp90tXfbwEsbEMTtjtknPlUJLyhg1W5cb1DeG7HtOzJre0Da8c4AMxIEQgda1zREc8=; Received: from [114.120.239.111] (port=59838 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bE3B0-0010jn-Oj for freebsd-arm@freebsd.org; Fri, 17 Jun 2016 17:27:51 -0600 Date: Sat, 18 Jun 2016 07:27:47 +0800 From: Erich Dollansky To: freebsd-arm Subject: Compiling HEAD on a Raspberry Pi B+ 2 failes Message-ID: <20160618072747.6c6d4328@X220.alogt.com> Organization: ALO Green Technologies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erich@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 23:27:57 -0000 Hi, I am trying to compile HEAD on a Raspberry and get always the following error. Erich Last Changed Rev: 301974 /usr/src/lib/csu/arm/crt1.c:(.text+0xb4): relocation truncated to fit: R_ARM_CALL against symbol `atexit' defined in .text section in /usr/lib/libc.a(atexit.o) /usr/src/lib/csu/arm/crt1.c:(.text+0xbc): relocation truncated to fit: R_ARM_CALL against symbol `_init_tls' defined in .text section in /usr/lib/libc.a(tls.o) /usr/src/lib/csu/arm/crt1.c:(.text+0xcc): relocation truncated to fit: R_ARM_CALL against symbol `atexit' defined in .text section in /usr/lib/libc.a(atexit.o) /usr/src/lib/csu/arm/crt1.c:(.text+0x174): relocation truncated to fit: R_ARM_CALL against symbol `exit' defined in .text section in /usr/lib/libc.a(exit.o) /usr/lib/crt1.o: In function `finalizer': /usr/src/lib/csu/arm/crt1.c:(.text+0x1ec): relocation truncated to fit: R_ARM_JUMP24 against symbol `_fini' defined in .fini section in /usr/lib/crti.o c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[4]: stopped in /usr/src.head/usr.bin/clang/clang *** Error code 1 Stop. bmake[3]: stopped in /usr/src.head/usr.bin/clang *** Error code 1 Stop. bmake[2]: stopped in /usr/src.head *** Error code 1 Stop. bmake[1]: stopped in /usr/src.head *** Error code 1 Stop. make: stopped in /usr/src.head [raspberry2]~/System (root) >