crochet build fails at ubldr Wandboard-Dual
Tim Kientzle
tim at kientzle.com
Mon Apr 27 01:07:58 UTC 2015
> the addition of efi is causing other problems too.
> I first tried crochet for arm/current, and kept hitting the libstand.a issue,
> so I tried cd ..src/ and make with all the flags (including -j16), and succeeded
> but failed in install.
> i use 10.1 to cross compile for arm/current, so I commented out efi in Makefile.arm, and it installed ok.
Please try this patch and let us know if it fixes it for you. I’ve gone through Crochet builds for both BeagleBone and RaspberryPi with this and it seems to fix the issue.
Index: src/sys/boot/efi/loader/Makefile
===================================================================
--- src/sys/boot/efi/loader/Makefile (revision 281985)
+++ src/sys/boot/efi/loader/Makefile (working copy)
@@ -101,6 +101,7 @@
-j .rela.dyn -j .reloc -j .eh_frame -j set_Xcommand_set \
--output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
+LIBSTAND= ${.OBJDIR}/../../../../lib/libstand/libstand.a
LIBEFI= ${.OBJDIR}/../libefi/libefi.a
DPADD= ${LIBFICL} ${LIBEFI} ${LIBFDT} ${LIBEFI_FDT} ${LIBSTAND} \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_efi_loader_build.patch
Type: application/octet-stream
Size: 521 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20150426/9dc260c6/attachment.obj>
-------------- next part --------------
More information about the freebsd-arm
mailing list