Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Windows on ARM64 (aarch64-w64-mingw32) fcontext build using MinGW-w64 fails (missing .asm files) #982

Open
brechtsanders opened this issue Nov 17, 2024 · 0 comments

Comments

@brechtsanders
Copy link

When trying to build a aarch64-w64-mingw32 build (native on Windows on ARM using this LLVM/CLang) with -DBOOST_CONTEXT_IMPLEMENTATION:STRING=fcontext there are errors that the following files are missing:

  • libs/context/src/asm/make_arm64_ms_pe_gas.asm
  • libs/context/src/asm/jump_arm64_ms_pe_gas.asm
  • libs/context/src/asm/ontop_arm64_ms_pe_gas.asm

However, the following files are present:

  • libs/context/src/asm/make_arm64_aapcs_pe_armasm.asm
  • libs/context/src/asm/jump_arm64_aapcs_pe_armasm.asm
  • libs/context/src/asm/ontop_arm64_aapcs_pe_armasm.asm

Could you please provide the missing GAS versions?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant