Create RTSDK libraries fail.

Hi, I'm working on building RTSDK libraries when I get an error. Following the official instructions, I download the whole github package and run cmake successfully (cmake -HRTSDK -BRTSDK_build, which generate the build directory I named RTSDK_build). Then I cd to this RTSDK_build dir and run make, and it failed as follows:

image


I'd like to ask how to solve this problem. I'm building under Ubuntu 20.04.1, gcc version 9.3.0, cmake version 3.18.4

Best Answer

  • Jirapongse
    Answer ✓

    @Fei

    Ubuntu is not a supported platform. RTSDK supports the following operating systems.

    • Red Hat Enterprise Server 6.X Release 64-bit

    • Oracle Linux Server 6.X or 7.X Release 64-bit

    • Red Hat Enterprise Server 8.X Release 64-bit

    • CentOS 7.X Release 64-bit

    • CentOS 8.X Release 64-bit