msu
msu
Thank you. How do I link this library?
Hello, I'm using ESP-IDF which uses CMake and Ninja build. I've been reviewing the *cmake and CMakeLists.txt files in order to try to link the library `libmsgpackc.a` but it is...
Thank you. I have tried to reinstall the library with the []((https://github.com/msgpack/msgpack-c/tree/c_master#install-from-git-repository) instruction and the linking still fails. Then, I've tried by modifying the CMakeLists.txt file in the msgpack-c folder...
OK, thanks for your time. I will recreate the project from scratch.
Hello, I have downloaded the MQTT-TCP example [](https://github.com/espressif/esp-idf/tree/ae256e9ca23a85e05f6a9ff31805028d3e823f4d/examples/protocols/mqtt/tcp) and I have downloaded and installed the msgpack-c library in the folder "tcp". Then, I have included the library (`#include `) and...