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


Compilation problem..


When I create project using System Workbench at beginign I have two problems:

“Description Resource Path Location Type
Program “arm-none-eabi-g++” not found in PATH stm32f429i-disco_stdperiph_lib Project Properties, C++ Preprocessor Include.../Providers, Ac6 SW4 STM32 MCU Built-in Compiler Settings options C/C++ Scanner Discovery Problem”

and

Description Resource Path Location Type
Program “arm-none-eabi-gcc” not found in PATH stm32f429i-disco_stdperiph_lib Project Properties, C++ Preprocessor Include.../Providers, Ac6 SW4 STM32 MCU Built-in Compiler Settings options C/C++ Scanner Discovery Problem


I thought that g++ and gcc are a part of installation package.
I’ve also noticed following problem in settings:
https://www.dropbox.com/s/vu4a94tu7q79qbr/2015-09-15%2022_54_02-C_C%2B%2B%20-%20Eclipse.png?dl=0Question

Regards
Michał Szymański

I’ve solved problem.
At the begining I’ve installed IDE (and during installation GNU compiler/debuger/linker was installed) and after I uninstalled (platform and GNU component) and once again instaled IDE but after second installation IDE did not install GNU automaticly - I had to do it manually.