Remote debuging on ubuntu 64 bit

Hi,

I have GPU with CUDA on server which has Ubuntu server 64 bit editon and notebook with ubuntu desktop (also 64 bit edition). I have created sample in NSight (edition 5.5) and when i have started remote debuging, on console shows

“warning: the debug information found in “remote:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16” does not match “remote:/usr/lib/x86_64-linux-gnu/libstdc++.so.6” (CRC mismatch).”

What is the problem?

You may ignore this message - it means that your server and client have different versions of that library which may cause some issue when debugging those libraries.

Thanks for your answer!