From owner-freebsd-embedded@FreeBSD.ORG Wed Jan 27 22:03:26 2010 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B221065692 for ; Wed, 27 Jan 2010 22:03:26 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAB08FC16 for ; Wed, 27 Jan 2010 22:03:25 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so42196fge.13 for ; Wed, 27 Jan 2010 14:03:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=7dWHqdxtRIamWgZuO7LhghikCWEL1q/LMs0UqDYt6b4=; b=NRy6rwjVBHbaBqCWflTWfwFxI8633m+12/jgMT8aP5IMqRGZDRITSaSoIxOSgfldMZ 0HPxorAcW3uvxJygWzZB+aTv2GN1UYLnIcJu1uLQPvowFGn72DUHPmtg9e91aYlbXElA flsoOHyjG7y9xJmZFsMLWeLbwDh864X/Ny/i0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=TsHymASCKX7gWYz7/8UedLqTP8fd06T0aYpQ9DQLHQq1bvtnHdt0Zb1zbV2oXOaVgG w8MLJV8pS6kw30KcRMN9oKBdheVmDukioLQ7xPT6l9NR33kBWekhaNzQaoBdBaXhNBtq /L6AlypoBbvKJLU9O/416Pt64NVorERmUaHaQ= Received: by 10.87.62.28 with SMTP id p28mr2550205fgk.55.1264628457232; Wed, 27 Jan 2010 13:40:57 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 15sm193828fxm.2.2010.01.27.13.40.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Jan 2010 13:40:55 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Wed, 27 Jan 2010 21:40:53 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <9655D4BF-F9F5-4030-9318-66C863C8DCF6@freebsd.org> References: To: Robert Keyes X-Mailer: Apple Mail (2.1077) Cc: freebsd-embedded@freebsd.org Subject: Re: 8.0-release won't compile for Avila X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2010 22:03:26 -0000 hi, On 27 Jan 2010, at 19:56, Robert Keyes wrote: > Following the instructions at http://wiki.freebsd.org/FreeBSDAvila, = build fails in make installworld with the error install: = ldscripts/armelf_fbsd.x: No such file or directory >=20 > What I do see is = /usr/obj/arm/usr/src/gnu/usr/bin/binutils/ld/ldscripts/armelfb_fbsd.x >=20 > so, where does the change need to be made to reconcile the difference = between armelfb_fbsd and armelf_bsd? Or has this been done in head? I = want to keep things as close to 8.0-release as possible. >=20 > Or is it smarter to just jump to nanobsd, minibsd, or similar? Did you forget TARGET_BIG_ENDIAN=3Dtrue when doing the installworld? The instructions on the wiki work for me in HEAD and stable/8, at least. -- Rui Paulo