You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
It looks like there is a mismatch in the Qualcomm Math (libQML) library. Is there a way to get an updated version of it?
The text was updated successfully, but these errors were encountered: