VxWorks デバイス用キットの作成

VxWorks 用の Qt アプリケーションを開発するには、Qt for VxWorks をビルドして VxWorksキットを作成します。現在、Qt 6.8 でアプリケーションを開発し、VxWorks 24.03 デバイス用にビルドすることができます。デバイスはまだQt Creator に接続できないため、ビルドしたパッケージをデバイスにデプロイし、手動で実行する必要があります。

注意: VxWorks プラグインを使用するには、VxWorks プラグインを有効にしてください。

キットを作成するには

  1. Preferences>Devices >VxWorks に進みます。

    デバイス」環境設定の「VxWorks」タブ

  2. VxWorks installation folder で、WindRiverインストーラーがVxWorksをインストールしたディレクトリを選択します。
  3. Add Kit を選択します。
  4. Kit name で、キットの名前を入力します。

    新規キット作成ダイアログ

  5. Qt version で、Qt VxWorks ビルド用の qmake を含むフォルダを選択します。
  6. VBS path に、VxWorks ソースビルド(VSB)ディレクトリへのパスを入力します。
  7. Host name に、デバイスのホスト名または IP アドレスを入力します。
  8. OK を選択して VxWorks キットを作成します。
  9. Projects >Build & Run に進み、プロジェクト用のキットをアクティベートします。

注: ビルドしたパッケージをデプロイするには、プロジェクトのデプロイ設定にビルドステップを追加して、ビルドしたプロジェクトのバイナリをデバイスと共有するNFSディレクトリにコピーします。

プラグインの有効化と無効化プロジェクトのキットの有効化VxWorks デバイスでの C++ アプリケーションのデバッグリモート Linux デプロイ設定Qt for VxWorksも参照してください

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.