Monte Variakojis

Results 7 comments of Monte Variakojis

Thanks @jwpwh for the reply - I tried the cmake addition and I do see the whole command line as shown below. I'm not sure what I'm looking for here....

@jwpwh, > Did you check the directory to see if the stdlib.h exists? > That's the first item I checked is weather the file existed and it does. To me...

### Update I'm using Debian 10 on a VM and it sports cmake v3.13 from its default apt repo. I downloaded cmake 3.17, built it and installed it onto my...

@garethsb-sony CMake configuration seems to find the correct library: `-- Found OpenSSL: /home/monte/Source/nmos-dev/os/nitrogen7/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libcrypto.so (found version "1.1.1g") ` It's during the link process the compiler cannot find the library. I'll take...

I did not have much luck getting through the link: `undefined reference to symbol 'TLS_server_method@@OPENSSL_1_1_0'` I noted that CMake found OpenSSL: `-- Found OpenSSL: /home/monte/Source/nmos-dev/os/nitrogen7/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libcrypto.so (found version "1.1.1g") ` This...

Hi Here is two versions of the link result: ## No path modification for openssl link path ``` [ 92%] Linking CXX executable nmos-cpp-node cd /home/monte/Source/nmos-dev/reg-managerBuild/reg-manager_release/libs-ext/nmos-cpp/Development && /usr/local/bin/cmake -E cmake_link_script...

## Update I have it building using Buildroot. 😎 It seems to be a kernel issue on my part. Investigating further. I've started a github project that will build a...