Solved
Can't compile uart_printf example
- August 2, 2023
- 5 replies
- 2662 views
I created a project from the uart_printf example and it does not compile
I'm using STM32CubeIDE Version: 1.13.1 (STM32CubeF7 Firmware Package V1.17.0 / 10-June-2022)
eval board: NUCLEO-746ZG
I didn't change any settings, I created the project from the example and compiled.
The errors I get are:
in function `_close_r': (.text._close_r+0xc): warning: _close is not implemented and will always fail
in function `_fstat_r': (.text._fstat_r+0xe): warning: _fstat is not implemented and will always fail
in function `_isatty_r': (.text._isatty_r+0xc): warning: _isatty is not implemented and will always fail
in function `_lseek_r': (.text._lseek_r+0x10): warning: _lseek is not implemented and will always fail
in function `_read_r': (.text._read_r+0x10): warning: _read is not implemented and will always fail
in function `_write_r': (.text._write_r+0x10): warning: _write is not implemented and will always fail
I've attached a file with the full output of the compilation.
Does anybody know how to get this to compile?
Thanks,
Nadav