Ubuntu下用NDK中arm-linux-androideabi-gcc交叉编译报错,求助
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu下用NDK中arm-linux-androideabi-gcc交叉编译报错,求助相关的知识,希望对你有一定的参考价值。
参考技术A Sources for this prebuilt toolchain can be downloaded from android Opensource Project GIT repository git://android.googlesource.com/toolchain. Configure options: export CC="gcc -m64" export CXX="g++ -m64" export ABI=64 path/to/...windows下用XShell远程ubuntu时连接失败
现象描述:Ubuntu能Ping通主机,主机也能ping通虚拟机。但是windows下用XShell远程ubuntu时连接失败。
解决方案: 步骤:
1、查看一下防火墙状态:sudo ufw disable
2、活动,则关闭防火墙(即便不活动,也重新关一下防火墙):sudo ufw disable
3、开放22端口:sudo ufw allow 22
4、安装ssh服务:sudo apt-get install openssh-server
5、查看安装结果:ps -e |grep ssh
6、windows下再次使用xshell连接即可成功
自己操作过,绝对可行的方案。同行交流加我好友,一起在linux路上相伴而行。
以上是关于Ubuntu下用NDK中arm-linux-androideabi-gcc交叉编译报错,求助的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu下使用Android Studio4.0与 ndk-bundle 进行ndk开发总结