fenixsoft / jvm_book

《深入理解Java虚拟机(第3版)》样例代码&勘误
1.33k stars 218 forks source link

关于编译openjdk的问题 #162

Open RenChauncy opened 2 years ago

RenChauncy commented 2 years ago

捕获 有人在编译openjdk12时候遇到这个问题吗? 编译的系统是:unbutu 在执行 sudo bash configure --enable-debug --with-jvm-variants=server时候是没问题的 接下来执行make images就报错 如下: make images make[1]: /home/hoping/Downloads/openJdk/jdk12-06222165c35f/test/make/TestMake.gmk: No such file or directory make[1]: *** No rule to make target '/home/hoping/Downloads/openJdk/jdk12-06222165c35f/test/make/TestMake.gmk'. Stop. /usr/bin/bash: /home/hoping/Downloads/openJdk/jdk12-06222165c35f/build/linux-x86_64-server-fastdebug/make-support/main-targets.gmk: No such file or directory make[1]: *** [/home/hoping/Downloads/openJdk/jdk12-06222165c35f/make/Main.gmk:1203: create-main-targets-include] Error 1

frankcrc commented 2 years ago

检查下源码下的是不是完整的