boostorg / boostorg/build

[clang-win] invalid assembler invocation

Open
#168 3 comments 0 reactions 0 assignees View on GitHub
transition
Dominant language
C++
Stars
251
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Jamroot:
`exe main : main.asm ;`

main.asm:
`empty`

command line:
`b2.exe toolset=clang-win -sBOOST_ROOT=C:\path\to\boost`

error:
clang-win.compile.asm bin\clang-vc14-win\debug\main.obj
'-c' is not recognized as an internal or external command,
operable program or batch file.
-c -Zp4 -Cp -Cx /Zi /Zd /W3 -Fo "bin\clang-vc14-win\debug\main.obj" "main.asm"
...failed clang-win.compile.asm bin\clang-vc14-win\debug\main.obj...

As you can see, ml.exe (or ml64.exe for address-model=64) is missing in command line.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.