Bug 1767 - mxe will not be created with the commands in the mingw-README
Summary: mxe will not be created with the commands in the mingw-README
Status: RESOLVED INVALID
Alias: None
Product: sigrok-util
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-26 20:08 CET by Ronny Habel
Modified: 2022-01-26 22:07 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ronny Habel 2022-01-26 20:08:11 CET
there is an addition suffix (".posix") in the README. It should be without that:

Resolution:
diff --git a/cross-compile/mingw/README b/cross-compile/mingw/README
index 3d979a8..bdc3bfe 100644
--- a/cross-compile/mingw/README
+++ b/cross-compile/mingw/README
@@ -44,7 +44,7 @@ Apply some fixes that are currently required for a proper build:
 
 Build all required packages:
 
- $ make MXE_TARGETS=i686-w64-mingw32.static.posix \
+ $ make MXE_TARGETS=i686-w64-mingw32.static \
    MXE_PLUGIN_DIRS=plugins/examples/qt5-freeze \
    gcc glib libzip libusb1 libftdi1 hidapi glibmm qtbase qtimageformats \
    qtsvg qttranslations boost check gendef libieee1284 \
@@ -52,7 +52,7 @@ Build all required packages:
 
 This will take a while.
 
-You can also use "MXE_TARGETS=x86_64-w64-mingw32.static.posix" to build
+You can also use "MXE_TARGETS=x86_64-w64-mingw32.static" to build
 64-bit installers instead.
 
 See http://mxe.cc for details on MXE.
Comment 1 Ronny Habel 2022-01-26 22:07:10 CET
error in environment - with clean system it compiles as described