We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"target platform does not support dynamic linking” was shown when cross-build ncnn on linux for arm. it seems like same issue on stackoverflow: https://stackoverflow.com/questions/12264299/cmake-on-linux-target-platform-does-not-support-dynamic-linking/12266163
i add a line before order cmake build shared library, such as: SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
it was not a good solution, but just work well for now. please check and fix this issue when some one have time. (i'm not good at cmake)
The text was updated successfully, but these errors were encountered:
the ncnn ABI is not stable enough to be built as shared library. so we provide static building only.
Sorry, something went wrong.
unofficial old news of 01/01/2021:
ncnn shared library is supported!
No branches or pull requests
"target platform does not support dynamic linking” was shown when cross-build ncnn on linux for arm.
it seems like same issue on stackoverflow:
https://stackoverflow.com/questions/12264299/cmake-on-linux-target-platform-does-not-support-dynamic-linking/12266163
i add a line before order cmake build shared library, such as:
SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
it was not a good solution, but just work well for now. please check and fix this issue when some one have time.
(i'm not good at cmake)
The text was updated successfully, but these errors were encountered: