linux下编译出错 collect2: ld terminated with signal 7 [Bus error], core dumped

来源:互联网 发布:淘宝旺铺价格 编辑:程序博客网 时间:2024/05/11 00:43

collect2: ld terminated with signal 7 [Bus error], core dumped


我采用的是VM 下的 redhat6,NDK r8d。出问题后,发现是因为放在 /mnt/hgfs 共享目录下的原因,把工程放在其他目录下,编译成功。