freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Build failure: cd: /tank/rpi3/crochet/obj/arm64.aarch64/tank/rpi3/src/sys/AEGIR: No such file or directory #187

Closed gczuczy closed 7 years ago

gczuczy commented 7 years ago

I'm trying to an RPi3 image from -CURRENT, since the raspbsd image doesn't have device spigen enabled. I'm getting the following error at buildkernel:

I've attached the buildkernel log.

The kernel config is symlinked to the source tree: f# ls -lh /tank/rpi3/src/sys/arm64/conf/AEGIR lrwxr-xr-x 1 root wheel 19B Mar 8 06:56 /tank/rpi3/src/sys/arm64/conf/AEGIR -> /etc/kernconf/AEGIR

It's a simple include GENERIC, ident AGEIR and device spigen.

I've attached the crochet config file as aegir.txt.

Could you please let me know what am I messing up? Or if it isn't me, how can this be corrected?

aegir.txt

_.buildkernel.aarch64-AEGIR.log.txt

gczuczy commented 7 years ago

I think this was due to accidentally enabling KERNFAST. After removing it, kernel is successfully built.

kientzle commented 7 years ago

Glad you got it working.