Skip to content

Link errors on snapdragon flight #3

@smnogar

Description

@smnogar

I am using an old snapdragon flight board with the newest version of the machine vision sdk (1.2.7) and I receive the following errors when trying to build snap_vio.

//usr/lib/libQML.so.1: undefined reference to `GOMP_single_start'
//usr/lib/libQML.so.1: undefined reference to `GOMP_barrier'
//usr/lib/libQML.so.1: undefined reference to `GOMP_parallel'
//usr/lib/libQML.so.1: undefined reference to `omp_set_num_threads'
//usr/lib/libQML.so.1: undefined reference to `GOMP_task'
//usr/lib/libQML.so.1: undefined reference to `omp_get_num_threads'
//usr/lib/libQML.so.1: undefined reference to `GOMP_taskwait'
collect2: error: ld returned 1 exit status
make[2]: *** [/home/linaro/mav_platform/devel/lib/snap_vio/snap_vio_node] Error 1
make[1]: *** [CMakeFiles/snap_vio_node.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2

It looks like there is a mismatch in the Qualcomm Math (libQML) library. Is there a way to get an updated version of it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions