case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux

Hi,

During our testing of the Zigbee NCP sample, we encountered some compatibility issues. We have flashed the NCP sample firmware onto an nRF52840 Dongle using SDK version v2.9.0, following the steps outlined in this documentation:
https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/zigbee/ncp/README.html

We then proceeded to build the ZBOSS NCP Host (2.2.5) sample successfully on a 64-bit Ubuntu 18.04 Linux development board, referring to the guide here:
https://ncsdoc.z6.web.core.windows.net/zboss/3.11.6.0/zboss_ncp_host.html

After connecting the nRF52840 Dongle to the development board, we encountered an error when trying to run the application. The error indicated that we need to upgrade the GLIBC version to 2.34 or higher .

Our current system has GLIBC 2.27 , and we are unable to upgrade it at this time, as doing so might cause compatibility issues with other software on the system.

We also tried running the same setup in a virtual machine with the same environment, but encountered the same issue.

Do you have any suggested solutions for this problem?

Kind regards,
jackmisaki

Parents Reply
  • Hi Susheel Nuguru,

    How should the following mistakes be solved?

    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample# cd /ncs
    root@ubuntu:/ncs# ls
    ncp_host_v3.1.0 ncp_host_v3.1.0.zip ncp_host_v3.1.0_new.zip
    root@ubuntu:/ncs# cd ncp_host_v3.1.0
    root@ubuntu:/ncs/ncp_host_v3.1.0# ls
    Makefile Options Platform_config README.rst application deps include lib ncp_fw release_notes.rst src
    root@ubuntu:/ncs/ncp_host_v3.1.0# sudo NCP_SLAVE_PTY=/dev/ttyACM0 ./application/light_sample/light_coordinator/light_zc
    ./application/light_sample/light_coordinator/light_zc: 1: ./application/light_sample/light_coordinator/light_zc: Syntax error: word unexpected (expecting ")")
    root@ubuntu:/ncs/ncp_host_v3.1.0# file ./application/light_sample/light_coordinator/light_zc
    ./application/light_sample/light_coordinator/light_zc: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=902f665ad5f5b6fc73f5ba1dde000b6af4c6459a, for GNU/Linux 3.2.0, not stripped
    root@ubuntu:/ncs/ncp_host_v3.1.0#

    Kind regards,
    Peter.Min

Children
No Data
Related