Hi, On Sun, Jan 29, 2017 at 11:09 PM, Mark Millard <mar...@dsl-only.net> wrote: > For a prior amd64 -> armv6 cross build and I tried a local > file system install of the kernel via DESTDIR= use: > >> Script started on Sun Jan 29 12:51:42 2017 >> Command: env __MAKE_CONF=/root/src.configs/make.conf SRCCONF=/dev/null >> SRC_ENV_CONF=/root/src.configs/src.conf.bpim3-clang-bootstrap.amd64-host >> WITH_META_MODE=yes MAKEOBJDIRPREFIX=/usr/obj/bpim3_clang make -j 4 >> installkernel DESTDIR=/usr/obj/DESTDIRs/clang-bpim3-installkernel > . . . > > But the install stopped early with: > >> --- realinstall_subdir_dtb/am335x --- >> install: link >> /usr/obj/DESTDIRs/clang-bpim3-installkernel/boot/dtb/am3335x-bone.dtb -> >> /usr/obj/DESTDIRs/clang-bpim3-installkernel/boot/dtb/beaglebone.dtb: No such >> file or directory >> *** [_installlinks] Error code 71 >> >> ... > > > > === > Mark Millard > markmi at dsl-only.net > > _______________________________________________ > freebsd-...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscr...@freebsd.org"
In r312915 changes there is an extra '3' in the LINKS= section of sys/modules/dtb/am335x/Makefile ${DTBDIR}/am3335x-bone.dtb should be ${DTBDIR}/am335x-bone.dtb ${DTBDIR}/am3335x-boneblack.dtb should be ${DTBDIR}/am335x-boneblack.dtb Regards, Guy _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"