|
How to build Glibc 2.3.3
Posted at 3/28/2024 12:58:37
View:744
|
Replies:0
Print
Only Author
[Copy Link]
1#
Hello. Everyone.
I used a ROC-RK3568-PC, ROC-RK3588-PC.
During software development, GLIBC 2.3.3 version was required, so I checked and confirmed that the current environment uses GLIB 2.3.2.
I need a GLIBC 2.3.3 version.
How to build a GLIBC 2.3.3 versoin???
The following error is occurring and I need advice.
firefly@firefly:~/Project/glibc-build/compile$ ../glibc-2.3.3/configure --host=aarch64-linux-gnu
checking build system type... ../glibc-2.3.3/scripts/config.guess: unable to guess system type
This script, last modified 2003-06-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
ftp://ftp.gnu.org/pub/gnu/config/
If the version you run (../glibc-2.3.3/scripts/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2003-06-06
uname -m = aarch64
uname -r = 5.10.110-rt53-preempt
uname -s = Linux
uname -v = #565 SMP PREEMPT_RT Sat Oct 14 15:30:52 CST 2023
/usr/bin/uname -p = aarch64
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 5.10.110-rt53-preempt
UNAME_SYSTEM = Linux
UNAME_VERSION = #565 SMP PREEMPT_RT Sat Oct 14 15:30:52 CST 2023
configure: error: cannot guess build type; you must specify one
firefly@firefly:~/Project/glibc-build/compile$
|
|