Most recent R-PI kernel refuses to build

Rui Paulo rpaulo at felyko.com
Thu Jul 4 19:42:32 UTC 2013


On 4 Jul 2013, at 12:09, Brett Wynkoop <freebsd-arm at wynn.com> wrote:

> Greeting-
> 
> Just used csup to pull the most recent sources and for starters tried
> to build a generic Pi kerne, with these results"
> 
> Don't forget to do ``make cleandepend && make depend''
> root at fbsd-pi:/usr/src/sys/arm/conf # cd ../compile/RPI-B
> root at fbsd-pi:/usr/src/sys/arm/compile/RPI-B # make depend  && make clean
> "../../../conf/kern.mk", line 37: Malformed conditional
> (${MK_FORMAT_EXTENSIONS} == "no") "../../../conf/kern.mk", line 39:
> if-less else "../../../conf/kern.mk", line 41: if-less endif
> make: fatal errors encountered -- cannot continue
> root at fbsd-pi:/usr/src/sys/arm/compile/RPI-B # 
> 
> So is the only way for me to get caught up to head going to be do
> another cross build with Tim's tools.  That seems nuts to me.

You don't have an up to date kernel-toolchain. To save you lots of work, you should probably build the kernel with 'buildworld' + 'buildkernel' or 'kernel-toolchain' + 'buildkernel'.
--
Rui Paulo



More information about the freebsd-arm mailing list