This is Mike.
2014年6月18日 星期三
"undefined reference to `typeinfo"
I use stl library in my Android project, so I add "stlport_static" in Application.mk.
However, this would cause the link error: "undefined reference to `typeinfo XXXXXX"
So, replace "stlport_static" with
APP_STL := gnustl_static
Don't know reason, but works.
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言