Loading...
 
Skip to main content

System Workbench for STM32


Syntax Error: "(" unexpected

Hi,

I think the "(" is a special character for the shell terminal.
Can you add double quote for the weak and the packed symbols values in the project properties > C/C++ General > Paths and Symbols > Symbols.

Copy to clipboard
__packed="__attribute__((__packed__))" __weak="__attribute__((weak))"


Kevin.