2

アームベースのボード用の単純なqtアプリケーションがあり、yoctoでビルドし、それをターゲットで実行しようとしています。Linux でネット サポートがないと、以下のようなエラーが発生します。

root@ek:~# mainwindow
QWSSocket::connectToLocalFile could not connect:: Function not implemented
QWSSocket::connectToLocalFile could not connect:: Function not implemented
QWSSocket::connectToLocalFile could not connect:: Function not implemented
QWSSocket::connectToLocalFile could not connect:: Function not implemented
QWSSocket::connectToLocalFile could not connect:: Function not implemented
QWSSocket::connectToLocalFile could not connect:: Function not implemented
No Qt for Embedded Linux server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
root@ek:~# mainwindow -qws
QWSServerSocket::init: Function not implemented
QWSServerSocket: unable to create socket.
QWSServerPrivate::initServer: server socket not listening: Function not implemented
Failed to bind to /tmp/qtembedded-0/QtEmbedded-0
Aborted
root@ek:~#

カーネルのネットワーク フレームワークを使用せずに qt アプリケーションをビルドする (構成する) 方法はありますか。私の小さなデバイスには最小限のカーネル イメージが必要でした。

4

0 に答える 0