2016-11-20 03:35 PM
I am trying to develop an application on a STM32L476 Nucleo 64 development board. I get this error after the Build using the STM32 System Workbench IDE with standard default settings. I set up the project using STM32 CubeMX to just initialize several GPIO pins.
The end of the build looks like this: Syntax error: Unterminated quoted stringmake: *** [Src/main.o] Error 22016-11-21 02:03 AM
Hello,
Which IDE version are you using ? CubeMx and STM32 System Workbench version?Can you please confirm the JDK version?Make sure that you have installed the correct version of software compatible with your computer and used the last version of firmware package.Maybe you can share your .ioc to check this issue with you.Regards2016-11-21 03:47 AM
>The end of the build looks like this:
>Syntax error: Unterminated quoted string
>make: *** [Src/main.o] Error 2 That's not much useful information. There is a specific source code line this error refers to. Rather post the full error message, and the relevant source(s).