首页 > 代码库 > NDK: GCC 4.6 crashes
NDK: GCC 4.6 crashes
used version: NDK r9b, arm-linux-androideabi-4.6 GCC, with "-O2 -finline-limit=24".
got this error:
internal compiler error: segmentation fault
I remember got this erro somtime ago, that it happened when -finline-limit is too large(64).
but this time it doesn‘ work even if changed to 1/4.
tried using 4.8, still got the same error. WTF?
the source codes are generated codes so it seems not easy to summerisze upon a simple reproducing sample.
Fortunately, after upgrade NDK to r9d, and using GCC 4.8, it works. (4.6 still the same error.) I was Considering submit an bug to them, but the code sample is hard to give.
BTW, GCC4.8 complies slow like hell.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。