Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Problems adding a new library .a

Hi,

It looks like you can’t run the compiler program (arm-none-gnueabi-gcc.exe). No project can compile on your system.
I’m not sure if it is due to an other software or if your installation directory path is not supported.

Do you have unix-like environment installed in your system (such as cygwin or msys) ? Do you run System Workbench from this environment ?
Can you verify that your installation path does not contains special character or space ? (maybe there is a bug on this)

Regards,
Kevin