English: タイトル:インポートされたMODUSTOOLBOXプロジェクトを構築できません; VISION V5... - Cypress Developer Community
Author: kylek_76 Version: **
Background
In the ModusToolbox® build system, export to µVision is performed by executing the following command:
make uvision5 TOOLCHAIN=ARM
The build system generates two files:
Known issue in µVision v5.32:
In µVision v5.32, automatic discovery of the .gpdsc file does not work. When you load a project in the µVision IDE, the project appears, but not the referenced components such as HAL and PDL. This causes the project build to fail because the dependent files located in those components cannot be located.
Infineon is working with Arm to resolve this issue.
Workarounds
Option 1: Use µVision v5.31 or earlier version. The file import process works as expected.
Option 2: Use µVision v5.31 to create the project, and then open it with µVision v5.32. You must have both µVision v5.32 and µVision v5.31 installed.