From owner-freebsd-arm@freebsd.org Fri Mar 18 05:58:39 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 6B17AAD31F6 for ; Fri, 18 Mar 2016 05:58:39 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (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 25DAE12D3 for ; Fri, 18 Mar 2016 05:58:39 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id q138so37404371vkb.3 for ; Thu, 17 Mar 2016 22:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=2FpNiOZB6AbIC/kHNVt6HBQChOreUbUF7kxAYD3IoSA=; b=x0UGfOTNRPs4w37AkXl8aEc9cBhHz6lIZ+8LvTLuig8D3qaTXOiT27/ln6WOhbb+cl OpXdgogZgXZUCD+9+Ldxf3NgP4XwePM+qhqxdC46dmrc8le2fX3iCXsIxR3/zrgs4fdR 4HCT/EVXDpzJg8zJ3SDICgnWWbxgV3wI4joOl+8ZZksAW8oLVX+c4lVjXjxMCDJCvxmr 1hiuRCe6GQ7nFnL+IyXDnPddJaZH/+w6gUPxwIwvqEiZQJ7x9Vv/atz7fUJEn7C6o1CQ agzKPk7Tai8FwWpOJj6ZVdQvInmtVExvto23gn44FKnPaMRbb9Kire5s7/PKr6vF1Clm MEDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=2FpNiOZB6AbIC/kHNVt6HBQChOreUbUF7kxAYD3IoSA=; b=e5moVB8ZfzMhaFeTI0nC6F7krG36spT2k6QR2NmD4if29lPELnI94aE9M5/Gdn0e5e mFcIGm2eeyDfOOUMfpq1queTYuDRUezkVQRQhisCCtmeD4R2ZC++mEhxhmlW0IrZ346f K3n80ODW6/9oTQcJA9AQAbpBOPYAu4vHpGopSt9iRdFB7qHV66uhu/91Wh854hEy/CsQ CT9jGIveouwrlV4zHpc+zm43pvFxLPbIud8JqUJ3c+EKehamd2RhjlfMYjM1hsHxTYId YlloDrkeZt40JimDFz/qDQjvYeip87U9KExd+0Eywwr3OEf6E/nSiCk71MnlbLwuLLON vu9Q== X-Gm-Message-State: AD7BkJLGImsIpQsR3QGVjFXfVyhezYf7b1F6CAKodnJaxokhhOmvl/uAN2YQainF/gYl6yS0HDm93JtoG+4U4A== MIME-Version: 1.0 X-Received: by 10.31.192.78 with SMTP id q75mr15547167vkf.96.1458280718343; Thu, 17 Mar 2016 22:58:38 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Thu, 17 Mar 2016 22:58:38 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2016 22:58:38 -0700 Message-ID: Subject: Re: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 05:58:39 -0000 On Thu, Mar 17, 2016 at 11:04 AM, Russell Haley wrote: > On Thu, Mar 17, 2016 at 10:48 AM, Ilya Bakulin wrote: >> On 2016-03-17 18:41, Russell Haley wrote: >>> >>> On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: >>>> >>>> Hi Russel, >>>> >>>> I have uploaded a new version of my patch to Phabricator. >>>> In this version I have removed all "new" kernel config files as they are >>>> not >>>> required to commit the patch. >>>> Please use my Github branch to build the code from: >>>> https://github.com/kibab/freebsd/tree/mmccam >>>> I think now all problems with building should be fixed. Sorry, I think I'm having Github problems. 1) I tried cloning just that branch: >>> Awesome Ilya, I will try your GitHub branch. Will it still build if I >>> don't have the source under /usr/src? No matter, I'll try it both >>> ways. I believe this already has your freescale patch applied as well >>> so it makes my life easier. Although part of the learning experience >>> is seeing the diff after the patches are applied. >> >> >> Yes it definitely will build outside of /usr/src. And yes it already has all >> my work including Freescale patches, + soon there will be Raspberry Pi >> related stuff. >> I'm thinking about writing a small instruction on compiling and testing my >> work. >> Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. >> >> -- >> Ilya > > http://cf067b.medialib.glogster.com/media/b2/b2e20d06e350a2e6f37f9622cd18093c7d802a19432835e9e00562b4c5d78a7d/high-five-kitty.jpg > > Thanks! > Russ