1.2k views
in Getting started by

I GeneratedCode from your gui builder,and ewfiles.gpdsc file is in GeneratedCode path,then i open the project with mdk 5,and mdk auto cheek a error like picture above shows!,why would that happen?

1 Answer

0 votes
by
Which exact version (V5.xx.x.x) of Keil mdk are you using?

Could you please provide us the generated ewfiles.gpdsc file
by

my keil version is 5.24.2.0,and the Generated ewfiles.gpdsc file is 

<?xml version="1.0" encoding="UTF-8"?> 
<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xs:noNamespaceSchemaLocation="PACK.xsd"> 
  <vendor>TARA Systems</vendor> 
  <name>EmWiGeneratedCode</name> 
  <description>Generated Code of Embedded Wizard</description> 
  <url></url> 
  <releases> 
    <release version="1.0.0"> 
     - Generated: 周三 19:30 
    </release> 
  </releases> 
    <generators> 
      <generator id="Embedded_Wizard"> 
        <description>Tara: Embedded Wizard Studio</description> 
        <command>C:\Program Files (x86)\Embedded Wizard 8.30\EmbeddedWizard.exe</command> 
        <workingDir>C:\Program Files (x86)\Embedded Wizard 8.30</workingDir> 
        <arguments> 
          <argument>C:\Users\xstai\Documents\Embedded Wizard Projects\temp\temp.ewp</argument> 
        </arguments> 
        <gpdsc name="$P../../GeneratedCode/ewfiles.gpdsc"/> 
      </generator> 
    </generators>   
  <components> 
    <component generator="Embedded_Wizard" Cclass="EmWi/GeneratedCode" Cgroup="Open Project "> 
      <description>Opens the connected Embedded Wizard Project</description> 
    </component> 
    <component Cclass="EmWi/GeneratedCode" Cgroup="Generated Code"> 
      <description>Embedded Wizard Generated Source Code</description> 
      <RTE_Components_h> 
         #define  EW_SURFACE_ROTATION 0 
         #define  EW_FRAME_BUFFER_COLOR_FORMAT EW_FRAME_BUFFER_COLOR_FORMAT_RGB565 
      </RTE_Components_h> 
      <files> 
        <file category="source" name="Application.c"/>  
        <file category="source" name="Core.c"/>  
        <file category="source" name="Effects.c"/>  
        <file category="source" name="Graphics.c"/>  
        <file category="source" name="Resources.c"/>  
        <file category="source" name="Views.c"/>  
      </files> 
    </component> 
    <component Cclass="EmWi/PlatformPackage" Cgroup="Platform Package"> 
      <description>Embedded Wizard Platform Package Libs and Source Code</description> 
      <RTE_Components_h> 
      </RTE_Components_h> 
      <files> 
      <!--  include folder --> 
        <file category="include" name="..\..\PlatformPackage/RTE/"/> 
        <file category="include" name="..\..\PlatformPackage/RGB565/"/> 
        <file category="source" name="..\..\PlatformPackage\RTE\ewextrte.c"/>  
        <file category="source" name="..\..\PlatformPackage\RGB565\ewextgfx.c"/>  
        <file category="library" name="..\..\PlatformPackage\RTE\libewrte-m4-keil.lib"/>  
        <file category="library" name="..\..\PlatformPackage\RGB565\libewgfx-m4-keil.lib"/>  
      </files> 
    </component> 
  </components> 
</package> 

 

by
Strange. The only thing I currently see ist the line

- Generated: 周三 19:30  

instead of some date string (e. g. - Generated: 22.11.2017 19:30)

All other content looks fine

Could you please try to change this line manualy and then to try again to load ewfiles.gpdsc in Keil?
by
zzz,it works,this file can't have chinese words!!!!hahaha!

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

...