Skip to main content
Visitor II
August 15, 2023
Solved

STM32CubeIDE 1.13.1 problem

  • August 15, 2023
  • 3 replies
  • 2097 views

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.

    This topic has been closed for replies.
    Best answer by JTP1

    Hello 

    Its most likely this problem

    https://community.st.com/t5/stm32cubeide-mcu/stm32cubeide-1-13-0-released/m-p/573461

    Br J.T

    3 replies

    Bob S
    Super User
    August 15, 2023

    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
    August 16, 2023

    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

    JTP1Best answer
    Graduate II
    August 16, 2023