From owner-freebsd-arm@freebsd.org Mon Oct 9 17:52:15 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45D77E37AE6 for ; Mon, 9 Oct 2017 17:52:15 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F212746F3 for ; Mon, 9 Oct 2017 17:52:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v99HqHoS052722 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Oct 2017 10:52:17 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v99HqG7O052721; Mon, 9 Oct 2017 10:52:16 -0700 (PDT) (envelope-from fbsd) Date: Mon, 9 Oct 2017 10:52:16 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Difficulty with armv6 to v7 transition. Message-ID: <20171009175216.GA52497@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 17:52:15 -0000 On an RPI2 model B, invoking make -j4 -DNO_CLEAN MACHINE_ARCH=armv7 buildworld > buildworld.log (after a cleandir) the log promptly reports make[1]: "/usr/src/Makefile.inc1" line 162: SYSTEM_COMPILER: Determined that CC=cc matches the source tree. Not bootstrapping a cross-compiler. make[1]: "/usr/src/Makefile.inc1" line 450: To cross-build, set TARGET_ARCH. *** [buildworld] Error code 1 make: stopped in /usr/src The kernel is r322520, sources are at 324424. Kernel r324342 does likewise. Thanks for reading, and any suggestions. bob prohaska