cancel
Showing results for 
Search instead for 
Did you mean: 

During Build I get this: [Src/main.o] Error 2

dnbharrin
Associate
Posted on November 21, 2016 at 00:35

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 string

make: *** [Src/main.o] Error 2
2 REPLIES 2
slimen
Senior
Posted on November 21, 2016 at 11:03

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.

Regards

AvaTar
Lead
Posted on November 21, 2016 at 12:47

>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).