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


syntax error: unexpected "("

Dear Forum,
I am getting below error during building the project.
make all
Building file: ../stl/STM32F10x_StdPeriph_Driver/src/misc_.c
Invoking: MCU GCC Compiler
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.15.0.201708311556/tools/make/sh: syntax error: unexpected “(”
stl/STM32F10x_StdPeriph_Driver/src/subdir.mk:84: recipe for target ‘stl/STM32F10x_StdPeriph_Driver/src/misc_.o’ failed
make: *** stl/STM32F10x_StdPeriph_Driver/src/misc_.o Error 2


Please kindly help me to solve above problem.

Are you using ac6 as standalone or plugin inside eclipse? I had the exact same problem a few days ago. I was using ac6 as a plugin. I deleted everything eclipse related and made a clean install of ac6. This solved the problem for me.

I suspect that it may be a conflict in different builders/toolchains but I’m NOT a professional so dont quote me on that! ;)