标题: android5.1编译错误 [打印本页] 作者: ban 时间: 2016-12-8 17:15 标题: android5.1编译错误 编译Android5.1提示错误
make firefly-rk3288_defconfig
. build.sh
host C++: libc++ <= external/libcxx/src/exception.cpp
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage作者: 暴走的阿Sai 时间: 2016-12-9 14:45
编译步骤不对吧?
make firefly-rk3288_defconfig之后是
make -j8 firefly-rk3288.img 作者: ban 时间: 2016-12-9 14:48
我的编译步骤:
make firefly-rk3288-reload_defconfig
make -j8 firefly-rk3288-reload.img
. build.sh
make -j8作者: ban 时间: 2016-12-9 14:58