1.7k views
in Platform Packages by
during compilation ewfiles.gpdsc file is missing.

In documentation of Embedded Wizard

"After the Embedded Wizard code generation the installed post process will generate a ewfiles.gpdsc file, that controls the Keil MDK-ARM project import."

and I have checked in Project.uvprojx file in Text Mode. Its looking fine.

<gpdscs>
      <gpdsc name="G:\STM32F746-Discovery\Template\GeneratedCode\ewfiles.gpdsc">
        <targetInfos>
          <targetInfo name="STM32746G-DISCOVERY"/>
        </targetInfos>
      </gpdsc>
      <gpdsc name="..\..\GeneratedCode\ewfiles.gpdsc">
        <targetInfos>
          <targetInfo name="STM32746G-DISCOVERY"/>
        </targetInfos>
      </gpdsc>
    </gpdscs>

1 Answer

0 votes
by

Hi!

Just a short question: Did you add the post command into the profile as mentioned here?

"Select the profile and set MDK-ARM_ew_post_process.cmd as post process at the Inspector view."

Please generate your sources (i.e. build your profile) from the Embedded Wizard Studio again, in order to invoke the post process command accordingly. Then the gpdsc file will be generated and can be used within Keil MDK. Does that help?

Best regards,
Manuel

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...