Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qmakeバージョン4.8.4とarm-none-linux-guneabi-4.4.3を使用して、ubuntu12.04でQTプロジェクトをクロスコンパイルしました。プロジェクトでは、libsyszuxpinyin.soライブラリも使用しましたが、実行するとアームボード、この問題でエラーが発生します。
だから、この問題に遭遇した人に聞きたいのですが?
QT ライブラリのライブラリ パスを設定しましたか?
export LD_LIBRARY_PATH=/usr/local/Trolltech/QtEmbedded-4.8.4-sh4/lib: ....