I am trying to target arm64 stable/12 from an amd64 12.0-RELEASE-p3 host. I believe the problem is occurring here on line 6301 of the build log:
I do not know enough about the rescue system to even begin looking at how to fix this. I know "cat" is in the rescue Makefile's "CRUNCH_PROGS_bin", which I had assumed are being built from the regular bin sources. I was able to build bin/cat successfully. I just need a push in the right direction. I'm hoping it's just some header on the host the target doesn't like.
This is the command line I use to build: [coe]make -DNO_CLEAN -j 1 MAKEOBJDIRPREFIX=/root/arm64ws/obj TARGET=arm64 WITH_META_MODE=yes buildworld[/code]
EDIT: This is a fresh checkout. The objdir has never had another revision in it.
Code:
Building /root/arm64ws/obj/usr/src/rescue/rescue/cat.lo
cc: error: no such file or directory: '/root/arm64ws/obj/usr/src/rescue/rescue//usr/src/bin/cat/cat.o'
*** [cat.lo] Error code 1
make[5]: stopped in /root/arm64ws/obj/usr/src/rescue/rescue
I do not know enough about the rescue system to even begin looking at how to fix this. I know "cat" is in the rescue Makefile's "CRUNCH_PROGS_bin", which I had assumed are being built from the regular bin sources. I was able to build bin/cat successfully. I just need a push in the right direction. I'm hoping it's just some header on the host the target doesn't like.
This is the command line I use to build: [coe]make -DNO_CLEAN -j 1 MAKEOBJDIRPREFIX=/root/arm64ws/obj TARGET=arm64 WITH_META_MODE=yes buildworld[/code]
EDIT: This is a fresh checkout. The objdir has never had another revision in it.
Attachments
Last edited by a moderator: