the following error occurred when my company was compiling a large android version of a project
prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/bin/ld.gold: warning: skipping incompatible / usr/lib/libstdcPP.so while searching for stdcPP
prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/bin/ld.gold: error: cannot find-lstdcPP
clangPP: error: linker command failed with exit code 1 (use-v to see invocation)
I have found a lot of ways to solve this problem on the Internet. is there a big god here who knows one or two?