I am trying to install TMCL-IDE for windows. I am getting this error. Please help me in solving it.
I am trying to install TMCL-IDE for windows. I am getting this error. Please help me in solving it.
How to solve the above error for TMCL-IDE 4.x in ubuntu 16.04
Is this a continuation of this link?
(Missing Forum Thread)
It can't be that hard to think of a meaningful title, and to copy the meaningful part of the error in the post.
That looks like the driver is installed, otherwise it would have an ! next to it (exclamation mark). So communication with the serial chip is working, but going by the other comments, it's the communication beyond the serial chip.
Oh I can join forum threads together, that's neat.
It would have been so much nicer to select the text and paste it here.
Anyway, this is telling you that it needs GLIBC 2.25 which is quite old.
I mean, on two systems I have here, it's 2.35 and 2.42 and you can see the time line there: https://sourceware.org/glibc/wiki/Glibc%20Timeline
The 2.25 version was released in 2017, so there is no surprise here that you don't have it on a recent system.
They should really release the sources for the tool so that you could recompile it with your version of GLIBC even if I doubt this would work "out of the box" anyway