From owner-freebsd-arm@FreeBSD.ORG Wed Aug 11 12:09:52 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807AB106566C for ; Wed, 11 Aug 2010 12:09:52 +0000 (UTC) (envelope-from mlfbsd@kanar.ci0.org) Received: from kanar.ci0.org (unknown [IPv6:2a01:e0b:1:50:40:63ff:feea:93a]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8F38FC12 for ; Wed, 11 Aug 2010 12:09:51 +0000 (UTC) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.14.2/8.14.3) with ESMTP id o7BC9nuI001457; Wed, 11 Aug 2010 14:09:49 +0200 (CEST) (envelope-from mlfbsd@kanar.ci0.org) Received: (from mlfbsd@localhost) by kanar.ci0.org (8.14.2/8.14.3/Submit) id o7BC9n7S001456; Wed, 11 Aug 2010 14:09:49 +0200 (CEST) (envelope-from mlfbsd) Date: Wed, 11 Aug 2010 14:09:49 +0200 From: Olivier Houchard To: Matthias Reyelt Message-ID: <20100811120949.GA983@ci0.org> References: <201008111323.36267.Matthias.Reyelt@brunel.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201008111323.36267.Matthias.Reyelt@brunel.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arm@freebsd.org Subject: Re: Cross compiling for FreeBSD/ARM on cygwin? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 12:09:52 -0000 On Wed, Aug 11, 2010 at 01:23:34PM +0200, Matthias Reyelt wrote: > Hi, > Hi Matthias, > I have tried to build a cross-compiler environment for FreeBSD/ARM on cygwin. > [skip] > "Exec format error. Binary not executable" > Try to brandelf -t FreeBSD yourbinary The branding is done automatically by our toolchain, but not by the stock one. Regards, Olivier