Karl Pavlovich wrote:
Hello,
I am attempting to build GCCSDK on a Pi5 running Debian.
I have updated config.guess and config.sub from the link below.
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
I have noticed that the time stamp provided in config.guess is
2024-01-01 which doesn’t match the timestamp below.
Any assistance would be appreciated
Thank-you
Karl
config.guess timestamp = 2009-11-20
uname -m = aarch64
uname -r = 6.6.28+rpt-rpi-2712
uname -s = Linux
uname -v = #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22)
[...]
configure: error: cannot guess build type; you must specify one
make[1]: *** [Makefile:285: buildtool-automake-for-binutils-built] Error 1
make[1]: Leaving directory '/home/piOS/gccsdk/gcc4'
make: *** [Makefile:256: getenv] Error 2
Try `find -name config.guess` and replace all copies that may be
scattered about the tree; likewise for config.sub. Also, please ask the
maintainers of GCCSDK to update those scripts on their end.
-- Jacob