Open SSL #1230
Replies: 2 comments 1 reply
-
libdatachannel depends on OpenSSL. It looks like you are cross-compiling, so you need OpenSSL built for your target architecture, and your toolchain should be able to find it. This is not a libdatachannel issue. Additionnally, I would recommend using CMake instead of the simple Makefile for cross-compiling. Your SDK should provide a CMake toolchain that you need to specify with |
Beta Was this translation helpful? Give feedback.
-
I have toolchain and openssl. I need build crosscompile with libdatachannel. Now, I don't know how to do that. Can't you help me with Makefile please ? |
Beta Was this translation helpful? Give feedback.
-
hi everyone. I need help with error : src/impl/tls.hpp:71:10: fatal error: openssl/ssl.h: No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions