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

How to compile and run this on an x86-64 Ubuntu machine #17

Open
zzzhang2001 opened this issue Jun 24, 2024 · 0 comments
Open

How to compile and run this on an x86-64 Ubuntu machine #17

zzzhang2001 opened this issue Jun 24, 2024 · 0 comments

Comments

@zzzhang2001
Copy link

zzzhang2001 commented Jun 24, 2024

I've noticed that the README doesn't include instructions for compiling and running the project.
I gave it a try on my computer, which is set up with Ubuntu 22.04 LTS under WSL2, featuring an x86-64 processor.
I encountered an error indicating that it couldn't locate the arm_neon.h file. Upon further research, I found that this file pertains to an ARM library; however, since my compilation target is x86-64, theoretically, such an error shouldn't arise.

Moreover, upon examining the CMakeLists.txt file, I observed that it specifies a version for macOS. Does that mean you compiled it on an ARM-based macOS?

If I wish to compile this on an x86-64 Ubuntu machine, what steps should I follow? I attempted modifying the CMakeLists.txt file, changing the target architecture to x86-64, yet the compilation still fails, complaining about not finding the arm_neon.h file.

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

1 participant