FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
143 views 1 comments
by anonymous
Hello,

The SDK for the RUTXnn devices contains precompiled files for a specific gcc/glibc version, depending on the Linux distribution version one uses they can generate link/execution errors.

The five files are in scripts/config: conf mconf conf.o mconf.o zconf.tab.o.

For example, "./scripts/config/conf: /usr/lib64/libc.so.6: version `GLIBC_2.27' not found (required by ./scripts/config/conf)

A missing make clean maybe when building the SDK ?

Regards,

1 Answer

0 votes
by anonymous
Hello,

Could you tell me which SDK version you are using and which Linux versions are affected? Also, does it make any difference in a final compiled image for you or affect you in any other way?

Regards.
by anonymous
Hello,

Currently I use the SDK for version 02.06.1 on a centos7 system. Prior versions where also affected (since May 2020 at least, don't remember the first). Without manually removing these files before doing anything else "make menuconfig" or "make" fails.

AFAIK, the issue is not present in the SDK for the RUT9xx.

Regards,