otp icon indicating copy to clipboard operation
otp copied to clipboard

Use llvm-mingw or clang-cl to compile Erlang for Windows 64

Open fire opened this issue 3 years ago • 6 comments

Is your feature request related to a problem? Please describe. I want to compile Erlang for Windows on a Linux machine.

Describe alternatives you've considered There is currently no way to compile Erlang for Windows on Linux.

Additional context I think it is possible to use llvm-mingw or clang-cl on Fedora Linux to compile Erlang.

Has anyone tried?

LINKFLAGS='-Wl,-pdb=' CCFLAGS='-g -gcodeview' allow generating pdbs for the dlls with mingw-llvm

fire avatar Jan 22 '22 03:01 fire