CUDA cross-compiling error! cuda-gdb error message RSEG1058

混江龙づ霸主 提交于 2019-12-24 12:22:58

问题


I'm new in this CUDA and parallel computing staff and I have a recent problem. I have an Ubuntu 12.04 system which is host and Jetson TK1 as the target. I'm using Nsight Eclipse to write, edit and compile the algorithms. I'm using SSH protocol to connect TK1 from the host computer.

When I try some file transfer operations it's okay always. However, sometimes the cross-compiling process sucks and errors "Connect to ubuntu@192.168.0.94 was cancelled" having title "RSEG1058". I don't understand the problem because this problem occurs 75% of the time. Sometimes it works perfectly. Can you help me please? I can give another info if it's needed. BY the way, I also found another possibly problematic detail. When I try to change the configuration of the run from the option "Run Configurations" found in the arrow near the RUN button, I discovered that we can change the library and toolkit path which is set in the first place. What I saw in that window was that cuda-gdb file has a red-cross icon with "Operation failed. File system input or output error" message. You can see the image and understand what I'm talking about. I don't know whether these two things are related or not, but I'm tired to try to catch the perfect timing all the time.


回答1:


Try stopping dbus daemon (by issuing "sudo dubs stop") on the TK1 board or recompiling sshd without ConsoleKit integration.



来源:https://stackoverflow.com/questions/24185946/cuda-cross-compiling-error-cuda-gdb-error-message-rseg1058

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!