我正在尝试从源代码构建openjdk,而我在ubuntu 12.04上的openjdk6上使用“HOTSPOT_RELEASE_VERSION = 20.0-b12”。
它提示:
This OS is not supported:" `uname -a`; exit 1;<br>
This OS is not supported: Linux joker-Inspiron-1545 3.2.0-35-generic-pae #55-Ubuntu SMP Wed Dec 5 18:04:39 UTC 2012 i686 i686 i386 GNU/Linux.
有人可以指导我吗?
答案 0 :(得分:12)
更改hotspot / make / linux / Makefile
SUPPORTED_OS_VERSION = 2.4%2.5%2.6%2.7% 3%
答案 1 :(得分:4)
比编辑文件更简单的方法是设置环境变量
DISABLE_HOTSPOT_OS_VERSION_CHECK=ok