2.1k 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...