Windows build: how did you do it?

David Nadlinger code at klickverbot.at
Sun Jan 26 05:57:34 PST 2014


Hi Carl,

we are currently invoking gcc (i.e. GAS) as a subprocess for
assembling, because the MC COFF backend does not support emitting
Dwarf EH information yet (at least when I last checked). Before we had
working EH, we were using MC to directly write out the COFF object
files, which as you mentioned works without problems.

I never tried to make MC emit ASM and then parse it again, although it
seems as though it should work.

David


More information about the digitalmars-d-ldc mailing list