From owner-freebsd-arm@freebsd.org Mon Jun 20 05:57:20 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 19620A7AB6F for ; Mon, 20 Jun 2016 05:57:20 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8424C21D8 for ; Mon, 20 Jun 2016 05:57:19 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: by mail-lf0-x235.google.com with SMTP id q132so30628432lfe.3 for ; Sun, 19 Jun 2016 22:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ZHB3nvFOtWERqckaWLMfr2U5qe24tQYmAF5Y0GWIlxU=; b=W2JZ3rWAx8tujPrVfUI1wtzNmtzg+Y1VkM3x9um39P7r106tJEmpnLQ50Pc+4cxrur e9jG0IfXJdrHMOVYnJfgeQ/SIUqcLjgX63WvbL6nQEIOqw/YBO23Ausn/E/ksma5pW5O HaPnh9ggo674uOa378J3G1q6xvATxmyNvh9V9OvexZmDhUddNVKwhpgVXZViWRZQJtm+ Q/hoMcuifS8z9vKyb76uVtNNopawTCpie2Ygs/PA9sKum9Expauy4hAl8WBIdMppci9A nDNGjgyHEoZrMdasRoI1NQ2VS6Eo3YIX0nZHYz1UjExaqXpDtTCfLlilpiqBYGIoFTyH BpYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ZHB3nvFOtWERqckaWLMfr2U5qe24tQYmAF5Y0GWIlxU=; b=KCTwufAVTNr7GpGomjNAY6P7a7McTpyKffo1YEmUarRO0rzDuUDWFvPptctjEIUgha hcNYgK2b6smpRI71xYpAp0fVm90M8ZD1buefTZFwONvbdKumjxNIu0KN+vHDf9hbtO6Q nky15/jRMvcORHrP1yvCjw4P4LGF+CQnsF0Rzjn3MHTzxojaH5pQ0DKVstWr6Ch5rR1Q /bSAxmMTuw3djVe7c7oL0vI2hZCSHY82yVm0T81BifcpM96hd9c7SFUsNXYffhN1A3wg 71LsO7P5ybLLHT1oZUUnIgKGo3/W8EawxGlo8JmTpKQm+pfK9g2sFcGuxryAX30Qt14l PTwg== X-Gm-Message-State: ALyK8tLprxMLuS2S2YTpN5YYz/5pnZvpHzRhfDu3ntKsYUS25KR3wdZgDWLkOInamB4ROrxpGERdLn/Ll9ZrRw== X-Received: by 10.25.127.4 with SMTP id a4mr3794913lfd.111.1466402237202; Sun, 19 Jun 2016 22:57:17 -0700 (PDT) MIME-Version: 1.0 References: <20160618072747.6c6d4328@X220.alogt.com> In-Reply-To: <20160618072747.6c6d4328@X220.alogt.com> From: Tom Vijlbrief Date: Mon, 20 Jun 2016 05:57:07 +0000 Message-ID: Subject: Re: Compiling HEAD on a Raspberry Pi B+ 2 failes To: Erich Dollansky , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Mon, 20 Jun 2016 05:57:20 -0000 This is an issue from early this year. See freebsd-toolchain/2016-January/001906.html For a fix Tom Op za 18 jun. 2016 01:28 schreef Erich Dollansky : > 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) > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >