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
Search found 2 matches
- Wed Jun 19, 2024 3:12 pm
- Forum: ESP-IDF
- Topic: Undefined reference to gethostname
- Replies: 0
- Views: 419
- Wed Jun 19, 2024 3:10 pm
- Forum: Rust
- Topic: Undefined reference to gethostname
- Replies: 0
- Views: 5057
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
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