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

Raspberry Pi Compilation Issues #54

Open
hedenface opened this issue Apr 6, 2024 · 1 comment
Open

Raspberry Pi Compilation Issues #54

hedenface opened this issue Apr 6, 2024 · 1 comment

Comments

@hedenface
Copy link
Contributor

I can't get this to compile on my Raspberry Pi.

Configure fails I think at AC_CANONICAL_HOST (because uname -p = unknown) with:

$ ./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.

@rclsilver
Copy link

rclsilver commented Jan 16, 2025

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

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

2 participants