From owner-freebsd-arm@freebsd.org Fri Jan 15 08:23:23 2016 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 728FDA83822 for ; Fri, 15 Jan 2016 08:23:23 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 306302124 for ; Fri, 15 Jan 2016 08:23:22 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from chamsa.cs.huji.ac.il ([132.65.80.19]) by kabab.cs.huji.ac.il with esmtp id 1aJzVs-000Phy-KC for freeBSD-arm@freebsd.org; Fri, 15 Jan 2016 10:13:40 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: cross compiling for rpi2 Message-Id: Date: Fri, 15 Jan 2016 10:13:40 +0200 To: freebsd-arm Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 08:23:23 -0000 Hi, with the latest current I=E2=80=99m getting: =E2=80=A6 linking kernel.full cam_periph.o: In function `cam_periph_alloc': /r+d/vanilla/11/src/sys/cam/cam_periph.c:258: undefined reference to = `DELAY' /r+d/vanilla/11/src/sys/cam/cam_periph.c:271: undefined reference to = `DELAY' cam_periph.o: In function `camperiphfree': /r+d/vanilla/11/src/sys/cam/cam_periph.c:680: undefined reference to = `DELAY' cam_periph.o: In function `cam_periph_invalidate': /r+d/vanilla/11/src/sys/cam/cam_periph.c:610: undefined reference to = `DELAY' cam_xpt.o: In function `xpt_run_devq': /r+d/vanilla/11/src/sys/cam/cam_xpt.c:3294: undefined reference to = `DELAY' cam_xpt.o:/r+d/vanilla/11/src/sys/cam/cam_xpt.c:3035: more undefined = references to `DELAY' follow *** Error code 1 is there a quick fix?=