编译JDK11:ERROR: Build failed for target ‘default (exploded-image)‘ in configuration ‘windows-x86_64

简介: 编译JDK11:ERROR: Build failed for target ‘default (exploded-image)‘ in configuration ‘windows-x86_64

编译OpenJDK11,遇到错误:

make[2]: *** [make/Main.gmk:272: hotspot-server-libs] Error 2
make[2]: *** Waiting for unfinished jobs....
Compiling 299 files for BUILD_jdk.javadoc.interim
ERROR: Build failed for target 'default (exploded-image)' in configuration 'windows-x86_64-normal-server-release' (exit code 2)
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_gtest_objs_BUILD_GTEST_LIBJVM_pch.obj:
BUILD_GTEST_LIBJVM_pch.cpp
注意: 包含文件:  D:\Office-3.5-project\jdk11u\src\hotspot\share\precompiled\precompiled.hpp
注意: 包含文件:   D:\Office-3.5-project\jdk11u\build\windows-x86_64-normal-server-release\support\modules_include\java.base\jni.h
注意: 包含文件:    c:\progra~2\micros~3.0\vc\include\stdio.h
注意: 包含文件:     c:\progra~2\micros~3.0\vc\include\crtdefs.h
注意: 包含文件:      c:\progra~2\micros~3.0\vc\include\sal.h
注意: 包含文件:       c:\progra~2\micros~3.0\vc\include\ConcurrencySal.h
注意: 包含文件:      c:\progra~2\micros~3.0\vc\include\vadefs.h
注意: 包含文件:     c:\progra~2\micros~3.0\vc\include\swprintf.inl
注意: 包含文件:    c:\progra~2\micros~3.0\vc\include\stdarg.h
注意: 包含文件:    D:\Office-3.5-project\jdk11u\build\windows-x86_64-normal-server-release\support\modules_include\java.base\win32\jni_md.h
注意: 包含文件:   D:\Office-3.5-project\jdk11u\src\hotspot\share\include\jvm.h
注意: 包含文件:    c:\progra~2\micros~3.0\vc\include\sys/stat.h
注意: 包含文件:     c:\progra~2\micros~3.0\vc\include\crtdefs.h
注意: 包含文件:     c:\progra~2\micros~3.0\vc\include\sys/types.h
   ... (rest of output omitted)
* All command lines available in /cygdrive/d/Office-3.5-project/jdk11u/build/windows-x86_64-normal-server-release/make-support/failure-logs.
=== End of repeated output ===
No indication of failed target found.
Hint: Try searching the build log for '] Error'.
Hint: See doc/building.html#troubleshooting for assistance.
make[1]: *** [/cygdrive/d/Office-3.5-project/jdk11u/make/Init.gmk:305: main] Error 2
make: *** [/cygdrive/d/Office-3.5-project/jdk11u/make/Init.gmk:186: default] Error 2

查看目录中的failure-logs错误文件,错误如下:

D:\Office-3.5-project\jdk11u\src\hotspot\share\utilities/globalDefinitions_visCPP.hpp(46) : fatal error C1083: 无法打开包括文件:“inttypes.h”: No such file or directory

解决办法

inttypes.h源码,VS编译需要_柳鲲鹏的博客-CSDN博客

目录
相关文章
|
2月前
|
Java Linux
java基础(3)安装好JDK后使用javac.exe编译java文件、java.exe运行编译好的类
本文介绍了如何在安装JDK后使用`javac.exe`编译Java文件,以及使用`java.exe`运行编译好的类文件。涵盖了JDK的安装、环境变量配置、编写Java程序、使用命令行编译和运行程序的步骤,并提供了解决中文乱码的方法。
59 2
|
1月前
|
资源调度 编译器 Linux
Windows10系统安装Truffle框架,安装失败,提示:error An unexpected error occurred: “https://xxxxx
Windows10系统安装Truffle框架,安装失败,提示:error An unexpected error occurred: “https://xxxxx
73 0
|
1月前
|
并行计算 开发工具 异构计算
在Windows平台使用源码编译和安装PyTorch3D指定版本
【10月更文挑战第6天】在 Windows 平台上,编译和安装指定版本的 PyTorch3D 需要先安装 Python、Visual Studio Build Tools 和 CUDA(如有需要),然后通过 Git 获取源码。建议创建虚拟环境以隔离依赖,并使用 `pip` 安装所需库。最后,在源码目录下运行 `python setup.py install` 进行编译和安装。完成后即可在 Python 中导入 PyTorch3D 使用。
162 0
|
3月前
|
监控 机器人 Unix
GoLand——windows下如何编译Linux二进制文件
GoLand——windows下如何编译Linux二进制文件
52 1
GoLand——windows下如何编译Linux二进制文件
|
3月前
|
PHP Windows
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
|
3月前
|
Linux Python Windows
【Azure 环境】Windows中安装Python azure-eventhub-checkpointstoreblob-aio模块时出错 ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
【Azure 环境】Windows中安装Python azure-eventhub-checkpointstoreblob-aio模块时出错 ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
|
3月前
|
安全 Java API
JDK版本特性问题之在aone编译机器上未安装相应的jdk导致发布编译报错,如何解决
JDK版本特性问题之在aone编译机器上未安装相应的jdk导致发布编译报错,如何解决
|
3月前
|
C++ Windows
Windows下编译64位CGAL
Windows下编译64位CGAL
109 0
|
3月前
|
编译器 Linux C语言
Windows下编译并使用64位GMP
Windows下编译并使用64位GMP
174 0
|
5月前
|
Java 编译器
Java健壮性 Java可移植性 JDK, JRE, JVM三者关系 Java的加载与执行原理 javac编译与JAVA_HOME环境变量介绍 Java中的注释与缩进 main方法的args参数
Java健壮性 Java可移植性 JDK, JRE, JVM三者关系 Java的加载与执行原理 javac编译与JAVA_HOME环境变量介绍 Java中的注释与缩进 main方法的args参数
51 1