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


Error 2 / Solved

Hey Guys,

I’m recently trying to debug some projects.

My Problem is, that I can’t build the projects, due to the following Errors:

make: *** startup/startup_stm32f401xe.o Error 2

Can anyone think of an issue that could lead to this error?

Thanks in advance
Alex

Solution to this topic was:
I didn’t check the choosen Compiler, and the default settings of the workbench were using an external compiler. I changed that setting to “internal” and it works out.