We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
z1_sdk supports only amd64 architecture. (libZ1_SDK_Linux64.so) I need support for arm64 architecture. Thank you.
The text was updated successfully, but these errors were encountered:
I second this, you only need to add in CMAKE set(HOMEBREW_PATH /opt/homebrew/include) include_directories( ${HOMEBREW_PATH}
also need in timer.h struct itimerspec { struct timespec it_interval; /* timer period / struct timespec it_value; / timer expiration */ };
and then everything compiles, just needs the mac version of .so
Sorry, something went wrong.
Well, I'm using Macbook Pro m1. Also I'm using parallels desktop application for my virtual machine. In this case, is there any methods?? Thanks
No branches or pull requests
Hello,
z1_sdk supports only amd64 architecture. (libZ1_SDK_Linux64.so)
I need support for arm64 architecture.
Thank you.
The text was updated successfully, but these errors were encountered: