PDA

View Full Version : QT Deployment Over BBB using Ubuntu Machine



sonuverma.ece
8th September 2014, 08:15
Hello All !!

I’m trying designing a Qt project, my machine is Ubuntu 14.04 under VMware and Remote Machine is BBB debian installed,

facing a error message while building

Error Message is:
“stdin: is not a tty
/home/debian/testi: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Application finished with exit code 127.”

i tried google but didn't get anything usefulness
please suggest the necessary steps for removing the error,

My Machine has QT Creator 3.1.2 , QT 5.3.1 (32 bits)
Remote Machine Configuration QT Creator 2.5.0, Qt 4.8.2(32 bits)

feel free to ask anything about the setup

Regards:
Sonu Verma

anda_skoa
8th September 2014, 13:29
Looks like a mismatch in the C++ runtime version.
Have you built the program using the target platform's compiler?
If not, have you checked it is the same compiler as on the development machine?

Cheers,
_