From owner-freebsd-arm@FreeBSD.ORG Sat Oct 18 17:43:30 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E3AF5BA for ; Sat, 18 Oct 2014 17:43:30 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5346B8D7 for ; Sat, 18 Oct 2014 17:43:29 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NDN00L5BFQKUD20@st11p02mm-asmtp002.mac.com> for freebsd-arm@freebsd.org; Sat, 18 Oct 2014 16:42:23 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-10-18_02:2014-10-17,2014-10-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1408290000 definitions=main-1410180173 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: Building U-Boot From: Rui Paulo In-reply-to: Date: Sat, 18 Oct 2014 09:42:20 -0700 Content-transfer-encoding: quoted-printable Message-id: <6AB4ED5B-4C3E-4D57-B3DB-8CFBC41396AC@me.com> References: To: Russell Haley X-Mailer: Apple Mail (2.1990.1) Cc: freebsd-arm 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: Sat, 18 Oct 2014 17:43:30 -0000 On Oct 17, 2014, at 22:58, Russell Haley wrote: >=20 > Hello, I'm trying to build u-boot from the instructions that Mr. Paulo > left here: >=20 > https://wiki.freebsd.org/Digi-CCWMX53 >=20 > This is the error I get: >=20 > russell@FreeArm2:/usr/u-boot% gmake ccwmx53js_config > arm-linux-gcc: not found > arm-linux-gcc: not found > usage: dirname string [...] > Generating include/autoconf.mk > arm-linux-gcc: not found > arm-linux-gcc: not found > usage: dirname string [...] > Generating include/autoconf.mk.dep > arm-linux-gcc: not found > arm-linux-gcc: not found > arm-linux-gcc: not found > usage: dirname string [...] > arm-linux-gcc: not found > usage: dirname string [...] > Configuring a wireless module > Configuring for ccwmx53 board... > russell@FreeArm2:/usr/u-boot% You need something like "gmake CROSS_COMPILE=3Darmv6-freebsd- = ccwmx53js_config" and I think the right way to use xdev is "make xdev = XDEV=3Darm XDEV_ARCH=3Darmv6". -- Rui Paulo