【发布时间】:2015-10-27 13:46:28
【问题描述】:
我在将我的 Qt GUI 可执行文件部署到 iMx6 目标时遇到问题。我在 VMWare 上运行 Ubuntu 12.04,并使用 Qt Creator 3.1.2 启动 Qt 可执行文件(运行为 iMx6 平台交叉编译的 Qt 5.3.1)。显示的错误信息是:
19:08:58: Could not connect to host: SSH Protocol error: Server and client capabilities don't match. Client list was: ssh-rsa,ssh-dss.
Server list was ecdsa-sha2-nistp256.
Is the device connected and set up for network access?
19:08:58: Deploy step failed.
Error while building/deploying project qtGUI (kit: Target)
When executing step 'Check for free disk space'
19:08:58: Elapsed time: 00:02.
纯粹是网络连接的问题?还是这里缺少的东西?
任何帮助都是可观的。谢谢。
【问题讨论】:
标签: linux qt ssh qt-creator