Open ebbsanchez opened 3 years ago
It looks like gcc isn't working for the selected architecture. I don't have a Mac (M1 or otherwise) to test; is that architecture definitely correct?
@litecoincash-project If you need temporary access to an Apple M1 to develop, I can give you access with a .pub authorized_user blurb from you.
Were you able to solve this problem?
In build.sh, change -march=native to -mcpu=apple-m1 Boom
!
After I run ./build.sh, it gives me this. i've been trouble shoot for hours but can't get a work around. I'm pretty sure i have gcc installed and compiler worked.
I've tried
./configure CFLAGS="-arch x86_64" CXXFLAGS="-arch x86_64" --with-crypto=/opt/homebrew/opt/openssl@1.1 --with-curl
I'm not sure this is right, i'm not familiar with c compiling. but this will give me
OpenSSL is also installed... is there anything I can do?