CubeIDE and c++ routines problems
Hi to all,
I am moving to SPM32CubeIDE on Linux and, as a newby, I encountered a lot of problems.
I started a new empty C++ project and I put all my flies and classes.
I also included syscall.c file (renamed in syscall.cpp) as in it there are _seek(), _read(), ..... routines, but everytime I compile my program I always got:
(.text._close_r+0xc): warning: _close is not implemented and will always fail
(.text._lseek_r+0x10): warning: _lseek is not implemented and will always fail
(.text._read_r+0x10): warning: _read is not implemented and will always fail
(.text._write_r+0x10): warning: _write is not implemented and will always fail
Finished building target: F303.elf
What should I do to make the linker to attach those routines?
Thank you
Freya
