-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Opencv.js build] Build opencv.js with LLVM upstream backend failed #8986
Comments
I think this might be the current PIC bug - @sbc100 can confirm. If that's the case, then files are being built with |
@kripken Thanks for replying! I'm now using cmake toolchain to compile the opencv.js, so how can I remove the flag |
@kripken , thanks for the help. It is a duplicate of #8761. I can confirm opencv build works without @Wenzhao-Xiang , I will comment the solution in opencv issue huningxin/opencv#257. |
See #9013 |
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant. |
I'm trying to build opencv.js with LLVM upstream backend, but it failed.
I followed the opencv.js building steps here, and runned the command
, but got the following error:
I try to use flag
-s ERROR_ON_UNDEFINED_SYMBOLS=0
, and the building passes. However, theopencv.js
still doesn't work, and shows me:The text was updated successfully, but these errors were encountered: