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


C++ project

Resolved
The project had both .c and .cpp sources. The main.c had to be changed to main.cpp and then it compiled just fine.


I’m trying to compile a C++ project in which I need to include cstddef header. When compiling I get the error that it cannot find the file. I checked that the include paths are correct and indeed the cstddef header is present in those paths. I can even double click on the cstddef link in the Outline window and it comes right up.

Not sure what to try next.

Rick

Hi Rick, please, may you provide the error logs from the console tab?

Hello,

This issue has been resolved. Please see original post.

Thanks!