Search found 2 matches

by LoPiLo
Wed Jun 19, 2024 3:12 pm
Forum: ESP-IDF
Topic: Undefined reference to gethostname
Replies: 0
Views: 302

Undefined reference to gethostname

Hi,
I'm trying to use esp-idf-sys::gethostname() function but I get from the linker the error:
undefined reference to `gethostname'
Does anyone know why or where I can find the gethostname C function so I can add it as extern function in my rust code?
Thanks
by LoPiLo
Wed Jun 19, 2024 3:10 pm
Forum: Rust
Topic: Undefined reference to gethostname
Replies: 0
Views: 3533

Undefined reference to gethostname

Hi,
I'm trying to use esp-idf-sys::gethostname() function but I get from the linker the error:
undefined reference to `gethostname'
Does anyone know why or where I can find the gethostname C function so I can add it as extern function in my rust code?
Thanks