配置NDK时出现:-bash: /home/Administrator/.bash_profile: line 47: syntax error: unexpected .

来源:互联网 发布:超市商品条码数据库 编辑:程序博客网 时间:2024/06/03 11:09
android NDK开发中,在window环境下需要安装cygwin来模拟linux环境,在网上配置文章较多,不详述,在配置的过程中,需要修改cybwin\home\XXX(you computer name)目录下的.bash_profile中末尾添加:
NDK=/cygdrive/e/android-ndk-r8e-windows-x86export NDK

在启动cygwin,会显示

-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: $'\r': command not found
-bash: /home/lenovo/.bash_profile: line 47: syntax error: unexpected end of file

解决方法:在cygwin中输入:dos2unix -n .bash_profile .bash_profile

关闭重新打开cygwin,ok了。所以再一次提醒,不要用window里的记事本或者写字本打开修改,使用UltraEdit不要转化格式,因为在window下和linux中回车符是不相同的。

 

转自: http://blog.csdn.net/xdhywj/article/details/9665023

原创粉丝点击