Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sdr@sdr-lt:~/Downloads/App SESDK_V2.0.0/ubuntu64/build$ cmake ..
- CMake Warning (dev) in CMakeLists.txt:
- No project() command is present. The top-level CMakeLists.txt file must
- contain a literal, direct call to the project() command. Add a line of
- code such as
- project(ProjectName)
- near the top of the file, but after cmake_minimum_required().
- CMake is pretending there is a "project(Project)" command on the first
- line.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in CMakeLists.txt:
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- The C compiler identification is GNU 14.2.0
- -- The CXX compiler identification is GNU 14.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
- Compatibility with CMake < 3.5 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- -- Configuring done (0.5s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/build
- sdr@sdr-lt:~/Downloads/App SESDK_V2.0.0/ubuntu64/build$ make
- [ 33%] Building CXX object CMakeFiles/SELibDemo.dir/home/sdr/Downloads/App_SESDK_V2.0.0/JsonCpp/jsoncpp.cpp.o
- [ 66%] Building CXX object CMakeFiles/SELibDemo.dir/src/main.cpp.o
- [100%] Linking CXX executable "/home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/bin/SELibDemo"
- /usr/bin/ld: warning: libssl.so.1.1, needed by /home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/./bin/libIOTCAPIs.so, not found (try using -rpath or -rpath-link)
- /usr/bin/ld: warning: libcrypto.so.1.1, needed by /home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/./bin/libIOTCAPIs.so, not found (try using -rpath or -rpath-link)
- /usr/bin/ld: /home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/./bin/libIOTCAPIs.so: undefined reference to `DTLS_method@OPENSSL_1_1_0'
- /usr/bin/ld: /home/sdr/Downloads/App SESDK_V2.0.0/ubuntu64/./bin/libTUTKGlobalAPIs.so: undefined reference to `RSA_private_encrypt@OPENSSL_1_1_0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement