码迷,mamicode.com
首页 > Windows程序 > 详细

配置NDK Cygwin .bash_profile:行47: 语法错误: 未预期的文件结尾 syntax error: unexpected end of file 解决

时间:2015-06-17 21:45:26      阅读:1427      评论:0      收藏:0      [点我收藏+]

标签:android   cygwin   

可以在cygwin中通过vim修改,也可以在windows安装目录中修改 home\<你的用户名>\.bash_profile 文件中最后添加环境变量

NDKROOT=/cygdrive/e/Andriod/develop/android-ndk-r8

export NDKROOT

其中NDK=/cygdrive/<你的盘符>/<android ndk 目录> ,"NDK"这个名字随便起,以后经常用不要太长。

重启cygwin,输入:

cd $NDK

可进入ndk对应目录说明设置OK。

这时候 出现错误

-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中回车符是不相同的。


配置NDK Cygwin .bash_profile:行47: 语法错误: 未预期的文件结尾 syntax error: unexpected end of file 解决

标签:android   cygwin   

原文地址:http://blog.csdn.net/chenaini119/article/details/46536527

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!