-
Notifications
You must be signed in to change notification settings - Fork 41
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
aarch64 support #113
Comments
$ sh autogen.sh aclocal... OK. (25% done) All processing sucessfully completed. You may now run ./configure in order to create a custom Makefile $ ./configure This script, last modified 2003-07-02, has failed to recognize
If the version you run (./autoconf/config.guess) is already up to date, please config.guess timestamp = 2003-07-02 uname -m = aarch64 /usr/bin/uname -p = unknown hostinfo = UNAME_MACHINE = aarch64 |
The problem here is the You can get newer Copy those two files into your spinhawk Bill |
This suggestion does resolve the issue. I was able to build on a Raspberry Pi 4. uname -a Linux vm370 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux |
The configure script does not support aarch64 architecture.
The text was updated successfully, but these errors were encountered: