From owner-freebsd-arm@FreeBSD.ORG Sun Oct 19 21:46:40 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E12546C3 for ; Sun, 19 Oct 2014 21:46:40 +0000 (UTC) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5EEBE5 for ; Sun, 19 Oct 2014 21:46:39 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id s9JLkWRb036844; Sun, 19 Oct 2014 21:46:32 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.100] (gateway.kientzle.com [192.168.1.65]) by kientzle.com with SMTP id g2pt8eeawgxfhbnxqh8qqszkks; Sun, 19 Oct 2014 21:46:31 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: make xdev-links From: Tim Kientzle In-Reply-To: <54438864.2050506@myspectrum.nl> Date: Sun, 19 Oct 2014 14:46:31 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <54438864.2050506@myspectrum.nl> To: Jeroen Hofstee X-Mailer: Apple Mail (2.1990.1) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 21:46:41 -0000 > On Oct 19, 2014, at 2:46 AM, Jeroen Hofstee = wrote: >=20 > Hi, >=20 > I noticed that the xdev target no longer installs the long names, but = it needs > the xdev-links target for that purpose. However if you try to use that = compiler you get: >=20 > armv6-freebsd-cc main.c > ERROR: Source object /tmp/main-2cb9c8.o has EABI version 0, but target = a.out has EABI version 4 What compiler? Is this clang or gcc? armv6-freebsd-cc --version >=20 > If the symlinks are renamed to armv6-freebsd-gnuebi-* compiling works = fine. > Should such a rename be considered? >=20 > --- > Unrelated, since crochet wants to be run as root, I noticed u-boot = will stop > compiling, since the root shell has VENDOR set to amd, overwriting the = actual > board VENDOR in the Makefiles. Please send a patch to Crochet project that unsets the VENDOR = environment variable. Thanks, Tim