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


You are viewing a reply to Slow build  

Slow build

I have encountered a similar issue, but it happened to me with SW4STM32 v1.

It has been a while since I looked into the issue and found a solution online for it - it has something to do with the build logs that Eclipse maintains - when they get too big, build speed drops dramatically. The fix involved something like turning build logging off, along with deleting the log file. I wish I could remember the details of just what settings you had to change and which file(s) to delete. I read about how to do it on some (other) forum like Stack Overflow when I was researching the problem over a year ago. It’s more of an Eclipse bug or shortcoming, it’s not something (I think) that is unique to the Ac6’s SW4STM32 plugins.

An alternative to this fix that I discovered on my own is to change the project properties to use the “internal” builder. Do this opening a project’s properties dialog (select project root in Project Explorer pane and hit Alt-Enter), select “C/C++ Build” from the lefthand list, then select “Internal builder” from the /Builder type/ dropdown in the right dialog. Doing this will speed up the build considerably (even if you’re not experiencing the several-seconds-per-file build speed slowdown), and will produce considerably less clutter in the build console output for each source file processed.

 

Newest Forum Posts

  1. New installations is now uploaded ! by karushifa, 2025-12-25 00:53
  2. Analog servomotors with nucleo f334r8 by SkelePaw, 2025-11-01 05:57
  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