From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 07:17:54 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5541065673 for ; Mon, 8 Aug 2011 07:17:54 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 336CC8FC12 for ; Mon, 8 Aug 2011 07:17:53 +0000 (UTC) Received: by wwi36 with SMTP id 36so3181087wwi.31 for ; Mon, 08 Aug 2011 00:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=xzRuOU3HTzDcguBHz3VQtxuEZM+4RhiyyXNGsGZPEv0=; b=oWGxK5n87//1AN3seyl4FyINNeDONYdk3/gcnPQOuWdcwf4jYqHNvZ29E6Int0qgNV UNs36KC75ODvBi0ACw2/3B7LJnj5gwGqv3yvNevkso+brU6P3Zij/zxPVNDIldljKKMH pSn0lN+5YIDFGePbWK/+JtwX2igWtaJjljch0= Received: by 10.216.168.72 with SMTP id j50mr2773932wel.88.1312787873125; Mon, 08 Aug 2011 00:17:53 -0700 (PDT) Received: from prime.nonspace (adsl-77-86-60-247.karoo.kcom.com [77.86.60.247]) by mx.google.com with ESMTPS id eo18sm4263392wbb.63.2011.08.08.00.17.51 (version=SSLv3 cipher=OTHER); Mon, 08 Aug 2011 00:17:52 -0700 (PDT) Message-ID: <4E3F8DA6.1000704@gmail.com> Date: Mon, 08 Aug 2011 08:17:58 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: Axel Barnabas References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Uarduno driver compile fault? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2011 07:17:54 -0000 On 08/08/2011 03:35, Axel Barnabas wrote: > Has anyone successfully compiled the comms/uarduno driver? I keep getting > I can confirm that it compiles fine on my 8.2-R-p2 amd64. Just make sure you grab the latest Makefile patch from PRs, otherwise it will mess up your /boot/kernel directory. Michael