`
caobihole
  • 浏览: 945856 次
文章分类
社区版块
存档分类
最新评论

配置NDK syntax error: unexpected end of file 解决

 
阅读更多

android NDK开发中,在window环境下需要安装cygwin来模拟linux环境,在网上配置文章较多,不详述,在配置的过程中,需要修改cybwin\home\XXX(you computer name)目录下的.bash_profile中末尾添加

ANDROID_NDK_ROOT=/cygdrive/d/andorid/NDK/android-ndk-r7b  
export ANDROID_NDK_ROOT

ANDROID_NDK_ROOT(可以随意命名)。在使用UltraEdit打开.bash_profile文件的时候,点了转化为DOS format。


在启动cygwin,会显示

-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:$'\r':commandnotfound
-bash:/home/lenovo/.bash_profile:line47:syntaxerror:unexpectedendoffile

错误。一开始没有找到好的方法,后来在:http://glitterhsin.pixnet.net/blog/post/88049087-%E5%8D%A1%E9%97%9C%EF%BC%8C%E5%8D%83%E8%90%AC%E4%B8%8D%E8%A6%81%E7%94%A8wordpad%E7%B7%A8%E8%BC%AF.bash_profile中找到解决办法,非常简单(这个网页好像要才能看到)。

在cygwin中输入:dos2unix -n .bash_profile .bash_profile

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





分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics