サンプルプロジェクトのSRAM_FX3をインポートし、GPIF ⅡでのBuildを実行すると以下のような表示が出ます。
指定のパスへのアクセスが拒否されるようなのですが、このエラーについて対処法を教えてください。
Info: prj.M00010: --------------- Build Started: 9/17/2020 09:57:34 AM Project: test ---------------
Info: gpi.M00024: GPIF II module is successfully validated for consistency.
Error: cgn.M00003: Code Generator Module: Output not generated. "パス 'C:\Users\mddd\Desktop\gpif2\test_dma_rdy.cydsn' へのアクセスが拒否されました。"
Info: prj.M00012: --------------- Build Failed: 9/17/2020 09:57:34 AM ---------------
Info: prj.M00008: Current project saved successfully
Solved! Go to Solution.
Hello,
Please change the build settings of the GPIF project that you are working.
The Output Location path should the path where the generated header file needs to be saved.
Step1:
Step 2:
Step 3: Then click on "OK"
Step 4: And then save the project and try building the project again.
The generated header file with the name "cyfxgpif2config.h" will be saved in the "Output Location" Path. The path is generally the workspace path where the firmware is imported.
Regards,
Rashi
Hello,
Please change the build settings of the GPIF project that you are working.
The Output Location path should the path where the generated header file needs to be saved.
Step1:
Step 2:
Step 3: Then click on "OK"
Step 4: And then save the project and try building the project again.
The generated header file with the name "cyfxgpif2config.h" will be saved in the "Output Location" Path. The path is generally the workspace path where the firmware is imported.
Regards,
Rashi
こんにちは。Rashiさん
エラーを解除することが出来ました。
ありがとうございます。