after running this command : ./zcutil/clean.sh
./zcutil/build.sh -j$(sysctl -n hw.ncpu).
i get the following:
(copied the end of it as its super long)
LoadProofParameters() in zcash_gtest-utils.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [zcash-gtest] Error 1
Finished release [optimized] target(s) in 5m 11s
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
made the config file here:
xxx@xxx zcash % mkdir -p ~/.zcash
touch ~/.zcash/zcash.conf
Then after ran this and got the following:
xxxx@xxx zcash % ./src/zcashd
zsh: no such file or directory: ./src/zcashd
Anyone have any idea whats wrong?
1 Like
Looks like you’re building on an arm chip, maybe an M1?
See if you can find some leads here, looks like there is a 5.0.0 build that worked for some ppl:
2 Likes
Yes its M1, thank you my friend Ill take a look and keep trying.
2 Likes
Still unable to get this running…
If I attempted this on a Virtual Machine on the same Mac I would still run into this same issue correct?