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


Mbed on Eclipse error

Hi,

I followed the tutorial “Importing an mbed program” (http://www.openstm32.org/Importing+an+mbed+program), to use my mbed software on Eclipse. However, I have an error when I want to build the project :

c:\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.11.0.201610101338\tools\gcc-arm-none-eabi-5_4-2016q2-20160622-win32\arm-none-eabi\include\c++\5.4.1\arm-none-eabi\armv6-m\bits\c++config.h:485:30: fatal error: bits/cpu_defines.h: No such file or directory

But when I go to the folder, I can see the cpu_defines.h file. Furthermore, the c++config.h file is in the same folder, so Eclipse should have included the folder.

What am I missing ? Is there anywone having the same problem ?

I tried with the mbed-dev library too, but there are others errors ...

Thanks for your help,
Thibaud.

Hi Thibaud, Warning, the mbed exporter is facing issues and the exported projects are not plug-and-play.
I faced the same error : it is a bug in GCC 5.4.1.
- Download and uncompress the 5_4_2016q3 compiler version from :
https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-updateQuestion
- Right-click on your project >> Properties >> C/C++ Build >> Settings >> MCU Settings
then replace ${openstm32_compiler_path} with the path to the bin folder of the uncompressed 5_4_2016q3 compiler version;
Other post with the same subject : http://www.openstm32.org/forumthread3782Question


 

Newest Forum Posts

  1. Analog servomotors with nucleo f334r8 by SkelePaw, 2025-11-01 05:57
  2. So happy to finally meet you! by Danielrug, 2025-10-28 11:01
  3. STM32 MCU model shortlisting for Making RC remote by Palvish, 2025-07-07 15:05
  4. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  5. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  6. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  7. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  8. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  10. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05

Last-Modified Blogs