Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link errors on snapdragon flight #3

Open
smnogar opened this issue Aug 14, 2019 · 0 comments
Open

Link errors on snapdragon flight #3

smnogar opened this issue Aug 14, 2019 · 0 comments

Comments

@smnogar
Copy link

smnogar commented Aug 14, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant