Skip to content

ml.exe working only in x86 tools, not in x64 #204

@adamantinum

Description

@adamantinum

I really appreciate your work and I find your tool very useful.
Building some stuff, I noticed that – as per the title – I cannot use ml.exe from x64 tools, it just return to prompt doing nothing. The same thing happens running ml64.exe from x86 tools.

sh-5.3$ /opt/msvc/bin/x64/ml.exe
sh-5.3$ /opt/msvc/bin/x64/ml64.exe
Microsoft (R) Macro Assembler (x64) Version 14.44.35221.0
Copyright (C) Microsoft Corporation.  All rights reserved.

usage: ML64 [ options ] filelist [ /link linkoptions]
Run "ML64 /help" or "ML64 /?" for more info
sh-5.3$ /opt/msvc/bin/x86/ml.exe
Microsoft (R) Macro Assembler Version 14.44.35221.0
Copyright (C) Microsoft Corporation.  All rights reserved.

usage: ML [ options ] filelist [ /link linkoptions]
Run "ML /help" or "ML /?" for more info
sh-5.3$ /opt/msvc/bin/x86/ml64.exe
sh-5.3$

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions