From owner-freebsd-arm@FreeBSD.ORG Wed Mar 25 14:08:39 2015 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 08BF28C4 for ; Wed, 25 Mar 2015 14:08:39 +0000 (UTC) Received: from relay.mailchannels.net (tkt-001-i374.relay.mailchannels.net [174.136.5.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1A8940 for ; Wed, 25 Mar 2015 14:08:37 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp2.ore.mailhop.org (ip-10-204-4-183.us-west-2.compute.internal [10.204.4.183]) by relay.mailchannels.net (Postfix) with ESMTPA id 615E654A4; Wed, 25 Mar 2015 14:08:27 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp2.ore.mailhop.org (smtp2.ore.mailhop.org [10.21.145.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Wed, 25 Mar 2015 14:08:34 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1427292513847:4062255580 X-MC-Ingress-Time: 1427292513847 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp2.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1Yalyj-0001Hj-Fc; Wed, 25 Mar 2015 14:08:17 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t2PE0AKp044777; Wed, 25 Mar 2015 08:00:10 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX1/Xr6vjQWzd2qHTLFkobrqB Message-ID: <1427292010.75747.2.camel@freebsd.org> Subject: Re: Digi-CCWMX53 - u-boot From: Ian Lepore To: Russell Haley Date: Wed, 25 Mar 2015 08:00:10 -0600 In-Reply-To: References: <622469F8-C245-4E84-B5E1-FE360D3C9B4C@me.com> <215C10E1-9F47-46B6-A60B-430D7DEDA090@me.com> <1427212609.5591.10.camel@freebsd.org> <1427220117.1588.1.camel@freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie 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: Wed, 25 Mar 2015 14:08:39 -0000 On Tue, 2015-03-24 at 22:42 -0700, Russell Haley wrote: > Thanks Ian, > > Sorry, getting another error. This is in a fresh 10-Release jail. I > installed arm-none-eabi-gcc from pkgng. The missing "m" in make is not > a copy/paste error. > > # pwd > /usr/ports/sysutils/u-boot-ccwmx53 > # make install > make: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 29: > Unassociated shell command "${U_BOOT_DIR}/README" > "ake: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 32: > Unassociated shell command "CROSS_COMPILE=arm-none-eabi- \ > make: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 33: > Unassociated shell command "HOSTCC=cc" > make: Fatal errors encountered -- cannot continue > make: stopped in /usr/ports/sysutils/u-boot-ccwmx53 > > Russ Unassociated shell command in make is nearly always trouble with tabs versus spaces, or line endings. Did you just cut and paste the diff from the mail? If so, try doing it as a "save attachment" instead; mail clients often screw up the whitespace (which I why I always do diffs as attachments, but with the hint set to allow clients to display them inline as well). -- Ian