Configuration CMSIS Wizardbin SES release 8.22a

Hello,I tyed to install the CMSIS Wirzard in SES on the video from
https://www.youtube.com/watch?v=b0MxWaAjMco

But it deosn't work. I don't know why. I did read the DevZone-posts. All are older then 2 yaers and I found nos solves.
I did change the tool.xml:

<tools>

  <!-- PC-lint - www.gimpel.com/.../pcl.htm -->

  <if host_os="win">
    <item name="Tool.PClint">
      <menu>&amp;PC-lint (Unit Check)</menu>
      <text>PC-lint (Unit Check)</text>
      <tip>Run a PC-lint unit checkout on the selected file or folder</tip>
      <key>Ctrl+L, Ctrl+P</key>
      <match>*.c;*.cpp</match>
      <message>Linting</message>
      <commands>
        &quot;$(LINTDIR)/lint-nt&quot; -v -incvar(__CW_ARM) -i$(LINTDIR)/lnt co-gcc.lnt $(DEFINES) $(INCLUDES) -D__GNUC__ -u -b +macros +macros -w2 -e537 +fie +ffn -width(0,4) -hF1 &quot;-format=%f:%l:%C:\s%t:\s%m [-e%n]&quot; &quot;$(InputPath)&quot;
      </commands>
    </item>

    <item name="Tool.CMSIS_Config_Wizard" wait="no">
      <menu>&CMSIS Configuration Wizard</menu>
      <text>CMSIS Configuration Wizard</text>
      <tip>Open a configuration file in CMSIS Configuration Wizard</tip>
      <key>Ctrl+Y</key>
      <match>*config*.h</match>
      <message>CMSIS Config</message>
      <commands>
       java -jar "$(CMSIS_CONFIG_TOOL)" "$(InputPath)" </commands>
    </item>

  </if>

</tools>

Then save, restart and no changes in the menu on sdk_config.h.


Now I don't know what I can do.

Related