Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

GCC Toolchain Path Incorrect Post R22 NDK #2700

Open
@GEMISIS

Description

After R22 of the NDK, the NDK is clang only for build it seems? Per android/ndk#1375 this means that the GCC toolchains that are attempting to be found no longer are (specifically at

Path getNdkGccToolRoot() {
return processDirectoryPathPattern(
"toolchains/{toolchain}-{gcc_compiler_version}/prebuilt/{hostname}");
}
this causes error using newer toolchains than R22).

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions