realpath function not defined
Posted: Wed Apr 18, 2018 8:15 am
Hi everybody,
I would like to use "realpath" function included in:
but linker fails
Is this function available and (if yes) how to include its definition?
Thanks
I would like to use "realpath" function included in:
Code: Select all
~\esp-idf\components\newlib\include\stdlib.h
Code: Select all
undefined reference to `realpath'
Thanks