DynamoRIO and MinGW

38 views
Skip to first unread message

qwertzuiop

unread,
Feb 28, 2011, 2:49:43 PM2/28/11
to DynamoRIO Users
Hello!

Searching this group i found that there seems to be a way to build
dynamorio using the msys environment and cmake, but with msvc's
compiler - my question is: why msvc's compiler? have there ever been
efforts to try and compile dynamorio with mingw (pick your fav.
version - TDM, mingwm64...)?
and if it is the case: what actually prevents a build to succeed with
mingw?

cheers

Derek Bruening

unread,
Feb 28, 2011, 4:37:23 PM2/28/11
to dynamor...@googlegroups.com
There are many cl-specific features used in the source code: intrinsics,
pragmas, resource files, message files, extra data sections, stdcall
imports, etc., beyond just compiler and linker flags and differences in
compiler warnings. There used to be inline assembly but to support 64-bit
that's all been separated and will compile with either gas or masm. If
you'd like to add support for mingw, we'd be happy with such a
contribution, but it would not be a tiny change.

- Derek

Reply all
Reply to author
Forward
0 new messages