Fwd: Fwd: SDIO Patch D4761.diff Not Building For Me

Russell Haley russ.haley at gmail.com
Tue Mar 22 04:55:43 UTC 2016


Ilya,

Adding "MODULES_OVERRIDE=" worked, thanks so much Ilya.  I've got
something early in the morning so it's going to have to wait until
tomorrow night to get tested. :(

make TARGET=arm TARGET_ARCH=armv6 KERNCONF=IMX6MMC MODULES_OVERRIDE=
-j20 buildkernel

....

--- kernel.full ---
linking kernel.full
ctfmerge -L VERSION -g -o kernel.full ...
     text     data       bss       dec        hex   filename
  5852361   317316   1196032   7365709   0x70644d   kernel.full
--- kernel.debug ---
objcopy --only-keep-debug kernel.full kernel.debug
--- kernel ---
objcopy --strip-debug --add-gnu-debuglink=kernel.debug  kernel.full kernel
--------------------------------------------------------------
>>> Kernel build for IMX6MMC completed on Tue Mar 22 04:50:12 UTC 2016
--------------------------------------------------------------

Thanks!

Russ

On Mon, Mar 21, 2016 at 10:17 AM, Russell Haley <russ.haley at gmail.com> wrote:
> Ilya,
>
> Sorry, I forgot that you had proper instructions (got lost in all the
> emails I guess?). I'll try this again as soon as possible.
>
> Thanks,
>
> Russ
>
> On Sun, Mar 20, 2016 at 7:43 AM, Ilya Bakulin <ilya at bakulin.de> wrote:
>> On 2016-03-18 20:06, Russell Haley wrote:
>>>
>>> Ilya,
>>>
>>> I have tried re-compiling with the "corrected" include file in
>>> /sys/dev/mmc/mmc.c (#include <cam/mmc/mmcreg.h> ?)
>>>
>>> I can't include my build output because it's over 200kb in size and
>>> Pastebin.com crashes all my browsers here at work. I will email it to
>>> you separately.
>>>
>>> Thanks,
>>>
>>> Russ
>>
>>
>> Please use IMX6MMC kernel config file, it has all necessary modifications.
>> dev/mmc/mmc.c should not be built at all because it's the old MMC stack
>> implementation. If it fails, try adding "MODULES_OVERRIDE=" when calling
>> make, because we don't need any modules anyway.
>>
>> I have updated instructions on https://bakulin.de/freebsd/mmccam.html to
>> include kernel config names.
>>
>> --
>> Ilya


More information about the freebsd-arm mailing list