ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Build error with voxl-portal and voxl-tflite-server

    VOXL SDK
    1
    2
    43
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      teddy.zaremba
      last edited by

      Getting this linking error building any branch of voxl-portal or voxl-tflite-server:

      "/usr/lib/gcc-cross/aarch64-linux-gnu/7/../../../../aarch64-linux-gnu/bin/ld: warning: libwayland-server.so.0, needed by //usr/lib/libgbm.so, not found (try using -rpath or -rpath-link)
      //usr/lib/libgbm.so: undefined reference to `wl_resource_get_user_data'
      collect2: error: ld returned 1 exit status
      src/CMakeFiles/voxl-tflite-server.dir/build"
      
      T 1 Reply Last reply Reply Quote 0
      • T
        teddy.zaremba @teddy.zaremba
        last edited by teddy.zaremba

        @teddy-zaremba Temporary fix by just installing missing package:

        apt-get install -y libwayland-server0:arm64 libwayland-dev:arm64
        

        Also have to install this for voxl-portal

        apt-get install -y libglib2.0-0:arm64
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors