It seems that there is an issue with linking the libraries in your project. Specifically, the linker is unable to find the symbol 'SSL_write' in the libcurl library. Additionally, the libssl library is also missing from the command line.

To resolve this issue, you need to ensure that both libcurl and libssl libraries are properly linked in your project. Make sure that the libraries are correctly specified in your build configuration or makefile. You may need to check the library paths and update them accordingly.

Once you have updated the build configuration, try compiling and linking your project again. This should resolve the undefined reference error and allow the linker to find the required symbols.

If you are using a build system like CMake, make sure to update the relevant CMakeLists.txt file to include the correct libraries and their paths.

If the issue persists, double-check that the libraries are installed correctly in the specified paths, and consider reinstalling them if necessary

homepeterssd222d_sdkbinlibgccarm-buildroot-linux-gnueabihf640arm-buildroot-linux-gnueabihfbinld homepeterssd222d_sdkarm-buildroot-linux-gnueabihfsysrootusrliblibcurlso undefined reference to symbol SS

原文地址: http://www.cveoy.top/t/topic/iTbI 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录