When creating an STM32CubeMX project with FreeRTOS middelware, the CubeMX strongly suggest to set USE_NEWLIB_REENTRANT.
After settings this option and changing the systick to TIM6, this project happily compiles with STM32CubeIDE.
When following the Seggers instruction to import an STM32CubeMX project (wiki.segger.com/Import_project…CubeMX_to_Embedded_Studio)
The freshly created Segger project fails during compilation complaining about a missing reent.h.
I can't find reent.h on my filesystem.
Any suggestions?
After settings this option and changing the systick to TIM6, this project happily compiles with STM32CubeIDE.
When following the Seggers instruction to import an STM32CubeMX project (wiki.segger.com/Import_project…CubeMX_to_Embedded_Studio)
The freshly created Segger project fails during compilation complaining about a missing reent.h.
I can't find reent.h on my filesystem.
Any suggestions?