Page 1 of 1

realpath function not defined

Posted: Wed Apr 18, 2018 8:15 am
by davdav
Hi everybody,

I would like to use "realpath" function included in:

Code: Select all

~\esp-idf\components\newlib\include\stdlib.h
but linker fails

Code: Select all

undefined reference to `realpath'
Is this function available and (if yes) how to include its definition?

Thanks