Community Translation - Building PSoC® Creator™ Projects Using Commands - KBA88205

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi,               

I would like to translate KBA88205in the autumn KBA list into Japanese.

Please confirm to my work.

Thanks,

Kenshow

0 Likes
2 Replies
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hi, Kenshow-san

Confirm to work this KBA.

Thanks,

Jenna

Jenna Jo
0 Likes
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Jenna-san,

                                

Japanese translation was over.
Please check below.

Original KBA:

Building PSoC® Creator™ Projects Using Commands - KBA88205

Thanks.

Kenshow

==============================

タイトル: コマンドを使用したPSoC®Creator™プロジェクトの構築 - KBA88205

バージョン:**

質問:コマンドプロンプトのコマンドを使用して、PSoC®Creator™PSoC 3/4 / 5LP)プロジェクトをどのように構築すればよいでしょうか?

回答:

次の手順に従って、コマンドプロンプトを使用してプロジェクトをコンパイルします。

1.コマンドプロンプトウィンドウを  開きます。 

 

1. Windows®XPでは、[ スタート]とクリックして実行し、「cmd.exe」と入力します。

2. Windows VistaおよびWindows 7では、[スタート]、[すべてのプログラム]、[アクセサリ]の順にクリックし、[コマンドプロンプト]をダブルクリックします。

 

2. 現在のディレクトリをプロジェクトのワークスペースファイルを含むフォルダに変更します。コマンドの構文は次のとおりです。cd "ワークスペースファイルのパス" コマンドを入力します。一例を以下に示します

cd "C:\Users\namn\Documents\PSoC Creator\TestLCD"

注:この場合、「TestLCD」フォルダにはワークスペースファイル(TestLCD.cywrk)が含まれています。

3.  プロジェクトをビルドするには、次のコマンドを入力します。

"[Creatorのインストールフォルダのパス]\[Creatorのバージョン]\PSoC Creator\bin\cyprjmgr.exe" -wrk "[ワークスペース名]" -build

 

1. 32ビットオペレーティングシステムの場合、デフォルトのパスとコマンドは次のとおりです。

"C:\Program Files\Cypress\PSoC Creator\[version of Creator]\PSoC Creator\bin\cyprjmgr.exe" -wrk "[workspace name]" -build

 

2. 64ビットオペレーティングシステムの場合、デフォルトのパスとコマンドは次のとおりです。

   

"C:\Program Files (x86)\Cypress\PSoC Creator\[version of Creator]\PSoC Creator\bin\cyprjmgr.exe" -wrk "[workspace name]" -build

注: [Creatorのバージョン]を、2.12.2など、コンパイルに使用するCreatorのバージョンに置き換えます。

  

[ワークスペース名]をワークスペースファイルの名前に置き換えます。たとえば、64ビットシステムの最後のコマンドは次のようになります。

  

"C:\Program Files (x86)\Cypress\PSoC Creator\2.1\PSoC Creator\bin\cyprjmgr.exe" -wrk "TestLCD.cywrk" -build

 

4. コマンドラインコンパイルのパラメーターに関する詳細情報を取得するには、次のコマンドを入力します。

“[Creatorのインストールフォルダのパス]\[Creatorのバージョン]\PSoC Creator\bin\cyprjmgr.exe" -h

たとえば、64ビットシステムの最後のコマンドは次のようになります。

"C:\Program Files (x86)\Cypress\PSoC Creator\2.1\PSoC Creator\bin\cyprjmgr.exe" -h

1は、プロジェクトをコンパイルするコマンドプロンプト画面を示しています。

1.管理者:コマンドプロンプト画面

  

==============================

3-Sept-2020

Kenshow

0 Likes