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


Linux eclipse oxygen - Build configuration linker settings reset to default after update

Hi,

Well I don’t know why I don’t have access to the “GCC linker” anymore. I am running an oxygen version of eclipse with last update of the openSTM32 framework and only “G++ linker” is avaialable. On a windows 10 configuration with my neon eclipse, “GCC linker” is the only available tool after updating the framework.

Anyway, here is a script which helped me to solve my issue: it converts the “GCC linker” entries to “G++ linker” ones.

> cat .cproject | awk -f awk-convert_gcc_g++.awk

Then, I edited the .cproject file and kept the “GCC linker” entries, removed the “empty “G++ linker” configuration and only left my generated “G++ linker configurations”.

Seems to work fine after refreshing my project :-)

Hope this helps,
Sylvain

PS: and btw, after solving my configuration issues, I d like to thank you a lot for including C++ in the openSTM32 framework !!!