Rohit Kathuria
Rohit Kathuria
I've trying to compile libnetconf2 for ARM I've installed the toolkit and set the Compilers as:: export CC=/home/labadmin/rohit/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc export CXX=/home/labadmin/rohit/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-c++ and exported the path :: export PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/labadmin/rohit/openssl-1.1.1c:/usr/local/openssl:/usr/local/lib:/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/bin" now libssl.so.1.1 is...
Hi @michalvasko, as we have currently ::: **nt nc_accept_callhome (int timeout, struct ly_ctx * ctx, struct nc_session ** session )** returns 1 on success, 0 on timeout, -1 on error....
while connecting to the callhome,the controller is failing(segmentation fault)--core dumped, running in gdb i'm getting this trace back:: 0x00007ffff532faa8 in build_schema_info_yl (session=0x7fffc801c890, result=0x7ffff33da6f0) at /root/rohit3/libnetconf2/src/session_client.c:740 740 **if (iter->schema->module != mod)...
I am trying to cross compile libssh on x86 for 32 bit-ARM board. i am able to compile and build openssl but libssh compilation is giving some errors:: while running...