On 18/09/23 04:15, Benny Siegert wrote:
Hi! I tried to build NetBSD-current from source on a Macbook Air M2. However, the tools build fails because gcc cannot find zstd while linking. My command line was: % ./build.sh -j 6 -N 1 -U -O ../obj -m evbarm -a aarch64 release Any ideas?
Maybe ../obj wasn't clean?I built with "build.sh -j 6 -U -m evbarm -a aarch64 ... tools" on an M1 Pro and it completed fine. This was just after doing two Xcode updates and one macOS Sonoma update today.
Cheers, Lloyd