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

missing arugments #4

Open
xalteropsx opened this issue Jun 3, 2023 · 1 comment
Open

missing arugments #4

xalteropsx opened this issue Jun 3, 2023 · 1 comment

Comments

@xalteropsx
Copy link

 g++ -o test test.cpp -funsafe-math-optimizations -Ofast -flto=auto  -funroll-all-loops -pipe -march=native -std=c++20 -Wall -Wextra `pkg-config --cflags --libs ncnn`  -lstdc++ -pthread -Wl,--gc-sections -flto -fopt-info-vec-optimized
ParserError:
Line |
   1 |  … tra `pkg-config --cflags --libs ncnn`  -lstdc++ -pthread -Wl,--gc-sec …
     |                                                                ~
     | Missing argument in parameter list.
@fengwang
Copy link
Owner

fengwang commented Jun 5, 2023

Do you have pkgconf and ncnn installed? What is the output of pkg-config --cflags --libs ncnn?

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

2 participants