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

/usr/bin/ld: cannot find -lgomp-l:libstdc++.so.6 in orange pi 4B SPR2801S gyrfalcontech #31

Open
MarioCavero opened this issue Nov 21, 2022 · 0 comments

Comments

@MarioCavero
Copy link

I finally managed to fix the python-numpy and python-opencv problems. Following the guide in here, cd Apps/Demo

sudo make -j4
g++ -o demo -std=c++11 main.cpp -DLINUX -I ../../Include/ \
 \
-L ../../Lib/Linux/aarch64/ -lGTILibrary-static -l:libftd3xx.so -Wl,-rpath="/home/orangepi/Desktop/testing/GTISDK-Linux_aarch64_v4.5.1.0/Apps/Demo"/../../Lib/Linux/aarch64 -lgomp\
-l:libstdc++.so.6 -pthread -ldl
/usr/bin/ld: cannot find -lgomp-l:libstdc++.so.6
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:36: all] Error 1

It's not about installing lgomp or libstdc++6, as I already have them. But I am really not sure what is going on. I have been trying to do symbolic links to /usr/lib, but still unsuccesful.

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