kernel build fails

Luiz Otavio O Souza lists.br at gmail.com
Wed Feb 25 15:37:52 UTC 2015


On 23 February 2015 at 22:10, Brett Wynkoop wrote:
> On Mon, 23 Feb 2015 19:32:45 -0500
> Peter Garshtja wrote:
>
>> Hi,
>>
>> In your output i see
>>
>> *-O -pipe -mcpu=arm1176jzf-s
>>
>> arm1176 is armv6, but beaglebone has armv7 cpu.
>>
>> Are you compiling using crochet ?
>>
>> If not, try crochet its easy to use.
>>
>> Thanks,
>> Peter
>> *
>
> Peter-
>
> This is a native kernel build on the BeagleBone.  The disk image this
> build is being done on was prepared with crochet on a FreeBSD 10.1 x86
> box.
>
> My point is that a native kernel build should be possible.  It was
> possible under 10.0 when that was head.
>
> -Brett
>

Brett,

Things have evolved since 10.0 and the defaults used by crochet don't
work anymore.

Please remove the /etc/make.conf file.

The CPUTYPE in that file is wrong for Beaglebones (ARMv7):
https://github.com/kientzle/crochet-freebsd/blob/master/board/BeagleBone/overlay/etc/make.conf

Luiz


More information about the freebsd-arm mailing list