Objcopy warning when building native executable on Windows #21600
Labels
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/out-of-date
This issue/PR is no longer valid or relevant
Describe the bug
When building a native-image on Windows 10 I get the following warning towards the end of the successful build:
I cannot find any documentation on how to install the missing executable.
Expected behavior
I would expect the Quarkus documentation to tell me how to install the objcopy executable on Windows.
Actual behavior
Quarkus gives me a warning message, but no help on how to solve it.
How to Reproduce?
Run
mvnw clean package -Pnative
in a project generated by https://code.quarkus.redhat.com/Output of
uname -a
orver
Windows 10
Output of
java -version
openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.7+10, mixed mode)
GraalVM version (if different from Java)
openjdk version "11.0.13" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 11.0.13+7-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 11.0.13+7-jvmci-21.3-b05, mixed mode, sharing)
Quarkus version or git rev
RedHat Quarkus 2.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: