wolfgangimig opened a new issue, #57: URL: https://github.com/apache/felix-atomos/issues/57
When building the [examples](https://github.com/apache/felix-atomos/blob/master/atomos.examples/SUBSTRATE.md) I get the following error: `[ERROR] Failed to execute goal org.graalvm.nativeimage:native-image-maven-plugin:21.0.0:native-image (default) on project org.apache.felix.atomos.examples.substrate.lib: Execution of /usr/lib/jvm/graalvm-ce-java11-22.1.0/lib/svm/bin/native-image -cp /home/wolfgang/git/felix-atomos/atomos/tar... -H:Name=atomos returned non-zero result ` My environment is as follwos: ``` ...~/git/felix-atomos$ java -version openjdk version "11.0.15" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 11.0.15+10-jvmci-22.1-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 11.0.15+10-jvmci-22.1-b06, mixed mode, sharing) ...:~/git/felix-atomos$ echo $JAVA_HOME /usr/lib/jvm/graalvm-ce-java11-22.1.0 ...:~/git/felix-atomos$ mvn -version Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 11.0.15, vendor: GraalVM Community, runtime: /usr/lib/jvm/graalvm-ce-java11-22.1.0 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.13.0-40-generic", arch: "amd64", family: "unix" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
