这是indexloc提供的服务,不要输入任何密码
Skip to content

facing issues on installing bazel #14

@kpdbhh

Description

@kpdbhh

dear all,
I am facing issues on installing bazel. My raspberry pi5 have 64-bit operating system with the architecture aarch64, ARMv8. I am able to install OpenJDK 11 and increase the Java heap space from 1GB to 2GB. I am facing the issue after running 'make bazel' command as followings.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning

The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
at jdk.compiler/com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:156)
at jdk.compiler/com.sun.tools.javac.util.Position.makeLineMap(Position.java:80)
at jdk.compiler/com.sun.tools.javac.parser.JavadocTokenizer.getLineMap(JavadocTokenizer.java:285)
at jdk.compiler/com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:127)
at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3718)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:620)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:657)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:1006)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:993)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:919)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:317)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:176)
at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64)
at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:50)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

If any one have the source-code to install bazel and mediapipe for 'raspberry pi5 have 64-bit operating system with the architecture aarch64' , ARMv8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions