From owner-freebsd-arm@freebsd.org Sat Jan 16 07:52:58 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 BDFBFA832F2 for ; Sat, 16 Jan 2016 07:52:58 +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 758AF1A17 for ; Sat, 16 Jan 2016 07:52:58 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from e-bsd.cs.huji.ac.il ([132.65.80.241] helo=outmail.cs.huji.ac.il) by kabab.cs.huji.ac.il with esmtp id 1aKLf8-000F9I-2P; Sat, 16 Jan 2016 09:52:42 +0200 Received: from [132.65.179.20] (helo=mbpro2.bs.cs.huji.ac.il) by outmail.cs.huji.ac.il with esmtpsa id 1aKLf7-0000dI-UH; Sat, 16 Jan 2016 09:52:42 +0200 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: cross compiling for rpi2 From: Daniel Braniss In-Reply-To: Date: Sat, 16 Jan 2016 09:52:45 +0200 Cc: freebsd-arm Message-Id: References: To: Warner Losh X-Mailer: Apple Mail (2.3112) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sat, 16 Jan 2016 07:52:58 -0000 > On 15 Jan 2016, at 9:39 PM, Warner Losh wrote: >=20 > I didn't get those when I built head last night. Nor when I built this = morning. >=20 > Warner >=20 I was missing=20 device generic_timer in my kernel conf file. thanks, danny > On Fri, Jan 15, 2016 at 1:13 AM, Daniel Braniss > wrote: > 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 >=20 > is there a quick fix? > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm = > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org = " >=20