From owner-freebsd-arm@freebsd.org Fri Jan 15 19:39:44 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 48D03A8494A for ; Fri, 15 Jan 2016 19:39:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D79D1136 for ; Fri, 15 Jan 2016 19:39:43 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x22d.google.com with SMTP id q19so266598877qke.3 for ; Fri, 15 Jan 2016 11:39:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=i8jNLc99PClgJfyC3xH3QNmJl2TCtPUuvPukziiHG1s=; b=vQwdDmk7n//SdRbnJ+xk0UN51ous0ub4eB1PKknIYl2KkEY5/DxSL67wEk+rOBYubx p8/deu4NevDs7MkioFqkLwfpuEHXUbWfC4ZwiIUG3pRreCmoCHAmxHKSXcA6I6/rxtli OWdtNE7zdvKTaAtdYLzRyV6lHHO3OFb5+PDnWviwIb42UOVcn7B7Kdm0DkjpBghwE3xC +TCnXhMpAIG6NX6fB4nElnQGivQOWZIHbdSxp0dihqa8KeYzM/VBrAY8x1Y54P+H6mS2 UNygrhV9AK0wypvd/tITm5hX17NMaNqGQ5eQ2LLUSZihHklsCmp5eCeQnyoyHx025ikA +hUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=i8jNLc99PClgJfyC3xH3QNmJl2TCtPUuvPukziiHG1s=; b=bRH5uEFUq6eSwP3jw3s1dIRzaNCN621osdfc1ElCTZrKlcpDjRxvN0IQ/bsDxKFBFh fsOAJfH4H9ISIv+Ju//bkzMrtlf6xCodeoyeyZkJb+NLnerKNG/b30l++Itf14ULEQ4E nwPVoJSRPU5yhAmZTbDaNbaIdhabviSiMZHGZIWB5chqo7nFjpuN2/xM0F/XTKczid4i wN87g8TqHTk4O8kpwakmiGkYfSZB9JYlVAcYFjqUOS+JFm1WiBPd1PcmHvmSnirzq7H4 sr5+wr1cxXjWHkczugV6EjvKENomojtsm2b2CFYHQScIKPPOCeiIuZr3OrXU/Ha8oYgC uCQQ== X-Gm-Message-State: ALoCoQn5t/srvSRhMkAr5zWMMRxCwFbba0GMvT1e5aHK03+Kdv7xUf4CdPNv+wDCmxX0R9BP0Qmuys133BGXgeSPh4GGSeUTPw== MIME-Version: 1.0 X-Received: by 10.55.40.160 with SMTP id o32mr15411323qko.93.1452886782882; Fri, 15 Jan 2016 11:39:42 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.30.166 with HTTP; Fri, 15 Jan 2016 11:39:42 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: Date: Fri, 15 Jan 2016 12:39:42 -0700 X-Google-Sender-Auth: 67JSG32OPSfSMPcykC5_BFBtgwg Message-ID: Subject: Re: cross compiling for rpi2 From: Warner Losh To: Daniel Braniss Cc: freebsd-arm 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: Fri, 15 Jan 2016 19:39:44 -0000 I didn't get those when I built head last night. Nor when I built this morning. Warner 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 > > 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"