boostorg / boostorg/boost

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

Open
#982 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
8.6k
Forks
1.9k
Avg merge
39m
Merged PRs (30d)
2

Description

When trying to build a aarch64-w64-mingw32 build (native on Windows on ARM using this [LLVM/CLang](https://github.com/mstorsjo/llvm-mingw)) 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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.