Re: compiling for other architecture [armv6 targeting specifically]

2024-03-08 Thread Oliver Epper
For reference: I've just installed FreeBSD-14.0-RELEASE for aarch64 under Apples Hypervisor on a M1 MacBook Pro and setup poudriere. Now things seem to build just fine and naturally much much faster than under qemu emulation. This seems feasible. Build times effectively halved even compared to my n

Re: compiling for other architecture [armv6 targeting specifically]

2024-03-08 Thread Oliver Epper
Hey Mark, Thanks for that information. I messed up the target architecture. I was trying to build for 64 bit arm, anyways (just a typo). I've tried poudriere with qemu-user-static but there are a lot of errors, indeed. Only a few packages build just fine. Since I am fairly new to FreeBSD I was un

Re: compiling for other architecture [armv6 targeting specifically]

2024-03-05 Thread Mark Millard
Mathieu Arnold wrote on Date: Tue, 05 Mar 2024 15:37:08 UTC : > I don't think you need to do much of the things you are saying, cross > building can't really work because most ports will compile something and > then try to run it, which won't work because an armv6 binary won't run > on a x86_64 m