Skip to content

Conversation

@pkhao75
Copy link

@pkhao75 pkhao75 commented May 21, 2025

  • clang is the only fully supported compiler since NDK r19c
  • This fix armv7 android build failing from clang compiler trying to compile assembly file written in GNU (GAS) syntax as seen in #131(comment) and #220
  • Similar to ios, the assembly files are converted to clang compatible syntax through gas2android_convert.py script as android uses slightly different format than ios (Mach-O vs ELF)

Signed-off-by: Pubordee Khaopaisarn [email protected]

- clang is the only fully supported compiler since NDK r19c
- This fix armv7 android build failing from clang compiler trying to compile assembly file written in GNU (GAS) syntax
- Similar to ios, the assembly files are converted to clang compatible syntax through gas2android_convert.py script as android uses slightly different format than ios (Mach-O vs ELF)

Signed-off-by: Pubordee Khaopaisarn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant