cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.13.1 problem

fzbarati
Associate

Hello, 

while using 1.13.1 version of STM32CubeIDE on a  STM32H735G-DK board I encountered 5 errors which did not happen while using previous versions.

The errors are as follows:

err.PNG

Can anyone help with what might cause these errors and how can they be fixed?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
JTP1
Lead
3 REPLIES 3
Bob S
Principal

What previous CubeIDE version were you using?

Did you re-generate this code from IDE v1.13.1, or just attempt to re-build/compile code generated from a previous version?  In other words, did the contents of system.c change from the old IDE version to the new?

It may be that 1.13.1 uses a newer GCC version than whatever IDE version you used before.  And that newer GCC version may enable different/more warnings by default.  Or a missing include file (sys/types.h)?

Rim LANDOLSI
ST Employee

Hello @fzbarati ,

Thank you for sharing this issue.

Could you , please, provide the version of the installed toolchain. It is found under properties-> C/C++ build-> Settings -> MCU toolchain -> Toolchain manager.

 

Thanks,

Rim

JTP1
Lead