Skip to content
New issue

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

Request for Support for ARM Architecture #2

Open
swershrimpy opened this issue Mar 28, 2023 · 2 comments
Open

Request for Support for ARM Architecture #2

swershrimpy opened this issue Mar 28, 2023 · 2 comments

Comments

@swershrimpy
Copy link

Hello,

z1_sdk supports only amd64 architecture. (libZ1_SDK_Linux64.so)
I need support for arm64 architecture.
Thank you.

@siilats
Copy link

siilats commented Apr 2, 2023

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

@Kimgyoomin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants