GSL: nm outputs “undefined Symbol (U)”

故事扮演 提交于 2020-01-17 03:44:10

问题


I cross compiled gsl fro android using arm-linux-androideabi. When I dynamically loaded this library in android-studio, it gave me error.

can not locate symbol cblas_sdsdot.

I ran nm command on gsl and got

U cblas_sdsdot

Then I ran nm command on gslcblas and got

000002645 T cblas_sdsdot.

I also loaded gslcblas.so before gsl.so but still I am getting the error. Any suggestion to get rid of this problem? Thanks

来源:https://stackoverflow.com/questions/30727709/gsl-nm-outputs-undefined-symbol-u

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!