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
I can't get this to compile on my Raspberry Pi.
Configure fails I think at AC_CANONICAL_HOST (because uname -p = unknown) with:
AC_CANONICAL_HOST
uname -p
unknown
$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking build system type... ./config.guess: unable to guess system type
Useful info:
$ uname -a Linux raspberrypi 6.6.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
Any ideas? I didn't find any relevant documents regarding this - but I could have missed it.
The text was updated successfully, but these errors were encountered:
Hi,
Did you find your answer?
You have to do that the configure command said:
curl -Lo config.guess 'https://cvs.savannah.gnu.org/viewvc/*checkout*/config/config/config.guess' curl -Lo config.sub 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub' ./configure make all
Have a nice day
Sorry, something went wrong.
No branches or pull requests
I can't get this to compile on my Raspberry Pi.
Configure fails I think at
AC_CANONICAL_HOST
(becauseuname -p
=unknown
) with:Useful info:
Any ideas? I didn't find any relevant documents regarding this - but I could have missed it.
The text was updated successfully, but these errors were encountered: