Loading...
 
Skip to main content

System Workbench for STM32


/bin/sh: -c: line 0: syntax error near unexpected token `('

For me the original code was:

value="__weak=__attribute__((weak))"

and

value="__packed=__attribute__((__packed__))"


In both lines I have to put " after the second = and after the last ) to make it work.

Thanks for your help!

Edit: it is already mentioned in the link in the post of Andrei from The Great White North. I guess I should read better. 😡