Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. I can't build for arm64
Forum Updated to NodeBB v4.3 + New Features

I can't build for arm64

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 282 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AndrzejB
    wrote on last edited by
    #1

    I have Mint 20.1 Ulyssa
    $ java --version
    openjdk 11.0.11 2021-04-20
    OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
    OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)
    When I build standard example Analog Clock on Qt 5.13.2 Clang arm64-v8a
    I got errors ..64../llvm-strip
    I have
    when I change to
    "specific_qt_versions": [
    {
    "versions": ["default"],
    "sdk_essential_packages": ["build-tools;28.0.2", "ndk;19.2.5345600"],
    "ndk_path": "ndk/19.2.5345600"
    },
    I got:
    :-1: error: * What went wrong:
    Could not determine java version from '11.0.11'.

    • Try:
      Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    • Get more help at https://help.gradle.org
      Building the android package failed!
      -- For more information, run this command with --verbose.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Probably your JDK is too new. Try building with something older, especially when you also use an ancient Qt version.

      (Z(:^

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved