Skip to content

Windows Compilation Failure - C compiler cannot create executables - Error 77, Error 2 #4

Description

@JebBlitz

I am attempting to build hsdis for use on Windows. I first tried using Cygwin via the following command:

make ARCH=amd64 BINUTILS=binutils-2.26 MINGW=x86_64-w64-mingw32

And receive this log file with errors beginning at line 103.

I then attempted to use the MinGW64 cross-compiler (as outlined here) on a Linux VM with the following command:

make ARCH=amd64 MINGW=x86-64-w64-mingw32 BINUTILS=binutils-2.26

However, the result was this log file and no built DLL.

Any advice would be greatly appreciated, and I would be more than happy to provide any additional information. 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