Jonathan Bedford wrote:
./config.guess
./config.guess: unable to guess system type

This script, last modified 2007-03-06, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
and
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

[...]

config.guess timestamp = 2007-03-06

uname -m = aarch64
uname -r = 5.10.66-22-rockchip-g882edb720d40
uname -s = Linux
uname -v = #rockchip SMP Sat Sep 17 11:11:07 UTC 2022

[...]
That is not the latest version, and is so ancient that the URLs for the latest versions have changed since it was released. Try: (in the source directory)

$ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.guess -O config.guess $ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.sub -O config.sub


That version of config.guess is likely older than your CPU architecture. Replacing config.guess and config.sub with current versions may be all you need to do to solve the problem; if so and this is a current release, reporting this issue to the maintainers may get them to update the versions of those scripts they ship in the release tarball.


-- Jacob

Reply via email to