Sorry to hyjack the thread, but since we have so much on this subject already embedded here . . .
Lab126 left reference copies (from the lenaro toolchain) of the version scripts in the system image of 5.8.2 (isn't that the one where they include the wrong u-boot in the image also?).
Ref: LD version scripts (howto read them):
https://sourceware.org/binutils/docs...version-script
And an example:
Code:
GLIBC_2.4 {
global:
dladdr1; dlinfo;
dladdr; dlclose; dlerror; dlopen; dlsym;
dlmopen;
dlopen; dlvsym;
local:
*;
};
GLIBC_PRIVATE {
global:
_dlfcn_hook;
} GLIBC_2.4;
And all of them that Lab126 forgot to remove before shipping the image are attached here: