This question already has an answer here:
When I'm trying to launch cross-compiled program on target system, I get error:
libc.so.6: version 'GLIBC_2.29' not found (required by MyProg)
How can I solve this problem? Maybe I have to cross-compile newer libc.so.6 for target system? Or get older libc.so.6 for my host system?