On Wed, 21 Feb 2024, Andrew Turner wrote:
The branch main has been updated by andrew:
URL:
https://cgit.FreeBSD.org/src/commit/?id=47e073941f4e7ca6e9bde3fa65abbfcfed6bfa2b
commit 47e073941f4e7ca6e9bde3fa65abbfcfed6bfa2b
Author: Andrew Turner <[email protected]>
AuthorDate: 2024-01-09 15:22:27 +0000
Commit: Andrew Turner <[email protected]>
CommitDate: 2024-02-21 18:55:32 +0000
Import the kernel parts of bhyve/arm64
I still see the following warning on every arm64 compile.
Can we somehow fix this?
/usr/obj/freebsd-src/freebsd14-amd64/tmp/usr/bin/ld -m aarch64elf -Bdynamic -T
/freebsd-src/sys/conf/ldscript.arm64 -warn-common --build-id=sha1 --no-relax
--no-warn-mismatch --warn-common --export-dynamic --dynamic-linker
/red/herring -X
-o vmm_hyp_blob.elf.full vmm_hyp_exception.o vmm_hyp.o
--defsym=text_start='0x0'
ld: warning: cannot find entry symbol _start; not setting start address
--
Bjoern A. Zeeb r15:7