M2 chip development

Im getting this as output

zsh: illegal hardware instruction fdbcli

when trying to run foundationdb on macbook pro m2 chip? Is it not currently supported?

Some more info, like the version you’re trying to run, would be useful :slight_smile: Rosetta can’t handle AVX instructions, so my guess is you’re trying to run an odd-numbered release, which is compiled with AVX instructions. The lower-numbered even releases are the ones without AVX (e.g. 7.1.21 is AVX, 7.1.20 is the same version but without AVX). Try one of those.

1 Like