Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add ASM compiler support? #161

Closed
clouds56 opened this issue Jul 6, 2021 · 4 comments
Closed

Add ASM compiler support? #161

clouds56 opened this issue Jul 6, 2021 · 4 comments

Comments

@clouds56
Copy link

clouds56 commented Jul 6, 2021

Some environment like mingw would like asm compiler such as uasm.
https://github.com/msys2/MINGW-packages/blob/8ff2f8d0c3589b43d538cb6c738a0d9eed7e9d7e/mingw-w64-clang/PKGBUILD#L297-L298

      export ASM_COMPILER="${MINGW_PREFIX}/bin/uasm.exe"
      platform_config+=(-DCMAKE_ASM_MASM_COMPILER="${ASM_COMPILER}"
@giordano
Copy link
Member

What kind of support do you need? Just install the ASM you want and use it? There are many packages which already do that

@clouds56
Copy link
Author

Sorry missed that comment, do you mean I could use pacman in Mingw and install any package in the script?

@giordano
Copy link
Member

Not pacman but apk, this is an Alpine Linux system: https://docs.binarybuilder.org/stable/build_tips/#Dependencies-for-the-target-system-vs-host-system

@clouds56
Copy link
Author

clouds56 commented Sep 9, 2021

Thanks for the information, I successfully install uasm via

apk add uasm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing

@clouds56 clouds56 closed this as completed Sep 9, 2021
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

No branches or pull requests

2 participants