Re: problems on FreeBSD14 on armv6 board (RPI1-B)
- Reply: Mark Millard : "Re: problems on FreeBSD14 on armv6 board (RPI1-B)"
- In reply to: Mark Millard : "Re: problems on FreeBSD14 on armv6 board (RPI1-B)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Dec 2023 07:34:00 UTC
On 2023/12/18 01:41, Mark Millard wrote: > > I'll note that I've never done such "armv6-only processor" testing. > I'll not have access to any FreeBSD arm6, arm7, or aarch64 contexts > until after something like 2024-Jan-01. I also checked llvm compilation logs: -- LLVM host triple: armv6-portbld-freebsd13.2-gnueabihf -- LLVM default target triple: armv6-portbld-freebsd13.2-gnueabihf So I would expect it will not use armv7 instructions based on the "host" (jail) EABI. Also, I see that rust is failing to build: rust-1.74.1.log:=>> Ignoring lang/rust: is only for aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64, while you are running armv6 (reason: requires prebuilt bootstrap compiler) Not sure if it's done due to qemu problem or not, maybe will try to remove ignore later and rebuild