freebsd / crochet

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

Issue building boot2 #13

Closed teverett closed 11 years ago

teverett commented 11 years ago

I'm building (essentially) the i386 target for crochet. After the kernel build, I am getting this error:

Loading configuration from config.sh Board: Soekris Found suitable FreeBSD source tree in: /home/tom/fbsd/src/FreeBSD/ Using FreeBSD i386 world from previous build Using FreeBSD i386-SOEKRIS kernel from previous build Building MBR install -o root -g wheel -m 444 mbr /storage/home/tom/crochet-tge/crochet-freebsd/work/boot Building Boot2 make: don't know how to make /storage/home/tom/fbsd/src/FreeBSD/sys/boot/i386/boot2/../btx/lib/crt0.o. Stop

kientzle commented 11 years ago

On Sep 23, 2013, at 7:39 PM, Tom Everett notifications@github.com wrote:

I'm building (essentially) the i386 target for crochet. After the kernel build, I am getting this error:

Loading configuration from config.sh Board: Soekris Found suitable FreeBSD source tree in: /home/tom/fbsd/src/FreeBSD/ Using FreeBSD i386 world from previous build Using FreeBSD i386-SOEKRIS kernel from previous build Building MBR install -o root -g wheel -m 444 mbr /storage/home/tom/crochet-tge/crochet-freebsd/work/boot Building Boot2 make: don't know how to make /storage/home/tom/fbsd/src/FreeBSD/sys/boot/i386/boot2/../btx/lib/crt0.o. Stop

I've seen this a couple of times and have yet to track down the exact cause.

Removing the obj tree and rebuilding seems to fix it, but I would love to figure out exactly what's going on.

Tim

teverett commented 11 years ago

This guy ran into it too:

http://lists.freebsd.org/pipermail/freebsd-current/2013-September/044392.html

In both his case and mine, the host machine is an AMD64 and the target build is i386.

teverett commented 11 years ago

Closing; I believe this is fixed