REENT compilation errors when upgrading CubeMX to 1.9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-28 10:28 PM
I upgraded my IDE to STM32IDE 1.9.0, and CubeMX to version 6.5.0 in order to develop on U5 familiy.
I know the ST does not include freertos lib on CubeMX 6.5.0 any more.. but, since I allready working with it in other projects I would to keep it instead of integrating ThreadX OS..
so, I downloaded from GIT the portable source files (https://github.com/STMicroelectronics/stm32_mw_freertos/tree/master/Source/portable) and I tried to compile it.
I have compilation errors releated to _REENT alltought I set configUSE_NEWLIB_REENTRANT to 0 as you described in this case.
I am not sure at all that the root cause is using FreeRTOS in my project.
what do you think may cause this errors and how can I fix it?
I cant downgrade my CubeMX since i asked to upgrade when starting to develop with the U5 familiy.
thanks, Avi
- Labels:
-
STM32CubeIDE
-
STM32CubeMX