Build OpenJdk
Posted zbw911
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Build OpenJdk相关的知识,希望对你有一定的参考价值。
1 ,下载源代码 nuget
2,说明文档
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
2,安装 Cygwin
输入源 :
http://mirrors.163.com/cygwin/ (https://mirrors.163.com/.help/cygwin.html)
3, 转换文件格式
find common/autoconf/ -name "*" | xargs dos2unix
bash ./configure --enable-debug --with-target-bits=64 --with-freetype=/cygdrive/c/freetype-2.9.1 --with-tools-dir="/cygdrive/C/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin"
bash ./configure --enable-debug --with-target-bits=64 --with-freetype=/cygdrive/c/freetype-2.9.1
完成
常见错误
1,
Vi 下显示
^M
VS 看到的
2,VS 2010用英文的 ,用中文的有些问题,没深究,换也英文的
参考:
http://www.cnblogs.com/lighten/p/5906359.html
https://my.oschina.net/langxSpirit/blog/1624428
以上是关于Build OpenJdk的主要内容,如果未能解决你的问题,请参考以下文章
无法在 app/build.gradle 中在线导入 com.android.build.OutputFile 解析符号“build”