X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fmingw%2FREADME;h=248af546f939a81855dda33142d834eecf2979c2;hb=05340a1beba889381d2dddb7d0465b39bb0a5211;hp=5efd439f5034084e3e78fd8aab179f16685f3f74;hpb=0d4a1bc57433fbf721055a66b529948fb52dc16c;p=sigrok-util.git diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README index 5efd439..248af54 100644 --- a/cross-compile/mingw/README +++ b/cross-compile/mingw/README @@ -37,6 +37,10 @@ First, get the MXE cross-compile environment for MinGW-w64/Windows: $ git clone https://github.com/mxe/mxe.git mxe-git $ cd mxe-git +Apply some fixes that are currently required for a proper build: + + $ patch -p1 < mxe_fixes.patch + For now we need to build gcc and winpthreads in two steps. First: $ make MXE_TARGETS=i686-w64-mingw32.static gcc winpthreads