2023-08-15 09:22 AM
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:
Can anyone help with what might cause these errors and how can they be fixed?
Thanks.
Solved! Go to Solution.
2023-08-16 03:46 AM - edited 2023-08-16 03:46 AM
Hello
Its most likely this problem
https://community.st.com/t5/stm32cubeide-mcu/stm32cubeide-1-13-0-released/m-p/573461
Br J.T
2023-08-15 10:13 AM
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)?
2023-08-16 03:37 AM
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
2023-08-16 03:46 AM - edited 2023-08-16 03:46 AM
Hello
Its most likely this problem
https://community.st.com/t5/stm32cubeide-mcu/stm32cubeide-1-13-0-released/m-p/573461
Br J.T