eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
554 stars 130 forks source link

'xpm' is not recognized as an internal or external command #582

Closed andy27182 closed 10 months ago

andy27182 commented 11 months ago

Description

I installed xpm globally (node global path is on D drive, defined in system path), installed xpack-qemu and xpack-arm-gcc manually, path is in appdata/roaming/xpack/... , when I create a new qemu xpack project in eclipse cdt, it prompts that xpm is not a valid command, and typing echo %PATH% in the built-in terminal shows the old system path.

Steps to Reproduce

  1. installed xpm globally
  2. installed xpack-qemu and xpack-arm-gcc manually
  3. create a new qemu xpack project in eclipse cdt
  4. See error

Versions

windows11
Eclipse 2023-06-R
CDT11.2.0
ilg-ul commented 11 months ago

https://xpack.github.io/install/

https://github.com/micro-os-plus/hello-world-qemu-template-xpack/