cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a panel to shown warnings in STM32CubeIDE?

ron_w
Associate III

Hello

I'm using 'STM32CubeIDE 1.7.0'.

I've copied a project using:0693W00000DneRqQAJ.jpg 

The new project failed the first time I built it as the User Code in main.c had not been copied over. Once I added this missing code the project compiled and ran correctly on the Nucleo.

However, I'm still getting the warning symbol on the project name:

0693W00000DneRvQAJ.jpgIs there a panel in STM32CubeIDE that I can open to see what this warning is about?

Regards

ron_w

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Try the Problems view.

https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fcprbview.htm

Also try restarting STM32CubeIDE.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

Try the Problems view.

https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fcprbview.htm

Also try restarting STM32CubeIDE.

If you feel a post has answered your question, please click "Accept as Solution".
ron_w
Associate III

Hello TDK. Thanks, restarting STM32CubeIDE did remove the icon. Also thanks for the link to the Problems view