-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels