Skip to content

Minimum android NDK version should be updated #22398

Closed
@ejjeong

Description

@ejjeong

On android NDK version before r9d, it only provided gdb 7.3.
And gdb 7.3 cannot understand DWARF4, which is generated by llvm by default.

Minimum NDK version should be updated like below (both for buildbot & wiki):

  • ndk version > r10
  • toolchain gcc version > gcc 4.8

For now, instead of upgrading the NDK version,
the default dwarf version will be lowered as DWARF2, like OSX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-androidOperating system: Android

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions