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: Unterminated quoted string

I checked all the *.c files for an extra “(” but could find none. Tried rebuilding again and just got the below again:

x
 
13:49:15 **** Build of configuration Debug for project Test3_ST_20161120 ****
make all 
Building file: ../Src/main.c
Invoking: MCU GCC Compiler
%cd%
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STM32 Nucleo Projects/Test3_ST_20161120/Inc" -I"C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/CMSIS/Include"  -Os -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Src/main.d" -MT"Src/main.o" -o "Src/main.o" "../Src/main.c"
Syntax error: "(" unexpected
make: *** [Src/main.o] Error 2
13:49:15 Build Finished (took 651ms)


(I used Bernards “Code” plugin to make the Console Window contents correct this time)

This is very frustrating. I feel that I am fighting a program bug that is caused by ST since I have not written any code into the project that was created by CubeMX!!!