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

mipsel-gcw0-linux-uclibc/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found #10

Open
bvk opened this issue Feb 20, 2022 · 0 comments

Comments

@bvk
Copy link

bvk commented Feb 20, 2022

I notice the following error when I try to build the toolchain. Could you help how to get past this?

bvk@milk:~/RG280v/toolchain$ make -f Makefile.rg280v 
make: Circular /home/bvk/RG280v/toolchain/output/build/mesa3d-etna_viv-pre_rebase_2014_09/.stamp_configured <- libgbm dependency dropped.
>>> libshake 0.3.0 Building
PREFIX=/usr PLATFORM="gcw0" /usr/bin/make -j25 -C /home/bvk/RG280v/toolchain/output/build/libshake-0.3.0
make[1]: Entering directory '/home/bvk/RG280v/toolchain/output/build/libshake-0.3.0'
/opt/gcw0-toolchain/usr/bin/mipsel-linux-gcc -Wl,-soname,libshake.so.1 -shared -fPIC -O2 obj/mipsel-gcw0-linux-uclibc/common/error.o obj/mipsel-gcw0-linux-uclibc/common/helpers.o obj/mipsel-gcw0-linux-uclibc/common/presets.o obj/mipsel-gcw0-linux-uclibc/linux/shake.o -o libshake.so.1
/home/bvk/RG280v/gcw0-toolchain/usr/bin/../lib/gcc/mipsel-gcw0-linux-uclibc/4.9.1/../../../../mipsel-gcw0-linux-uclibc/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by /home/bvk/RG280v/gcw0-toolchain/usr/bin/../lib/gcc/mipsel-gcw0-linux-uclibc/4.9.1/../../../../mipsel-gcw0-linux-uclibc/bin/ld)
collect2: error: ld returned 1 exit status
Makefile:53: recipe for target 'libshake.so.1' failed
make[1]: *** [libshake.so.1] Error 1
make[1]: Leaving directory '/home/bvk/RG280v/toolchain/output/build/libshake-0.3.0'
package/pkg-generic.mk:177: recipe for target '/home/bvk/RG280v/toolchain/output/build/libshake-0.3.0/.stamp_built' failed
make: *** [/home/bvk/RG280v/toolchain/output/build/libshake-0.3.0/.stamp_built] Error 2
bvk@milk:~/RG280v/toolchain$ 
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

1 participant