How to compile an assembly file as a COFF file for AARCH64

221 Views Asked by At

I have a simple assembly program for the architecture AARCH64(ARM64). I can use the cross compiler toolchain aarch64-none-elf to compile it as an ELF file. How can I compile it as a COFF file? What kind of toolchain do I need?

0

There are 0 best solutions below