Discussion:
[Msys2-users] newbie: setting up full w32 and w64 toolchains
Don Raikes
2017-06-21 16:40:17 UTC
Permalink
Hello,



I need to be able to compile both win32 and win64 native executables from the same source, and msys2 seems like my best alternative.



Is there a set of packages I should install that would give me a fully working development environment for both windows 32 and windows 64? I realize I have to invoke the proper shell mingw32.exe or mingw64.exe depending on the flavor of executable I wish to compile, but I just want to make sure I get the full set of packages for both environments.



Any help is greatly appreciated.

Don
--
Thank you, Donald

HYPERLINK "http://www.oracle.com/" \nOracle
Donald Raikes | Accessibility Specialist / QA Security Point of Contact
Phone: HYPERLINK "tel:+15205744033"+15205744033
Oracle Application Development Framework
STREET | , Arizona ZIPCODE

HYPERLINK "http://www.oracle.com/commitment" \nGreen Oracle

Oracle is committed to developing practices and products that help protect the environment
David Grayson
2017-06-21 17:50:36 UTC
Permalink
I believe there are some pages in the Wiki that explain the answers to your
questions: https://github.com/msys2/msys2/wiki

But the quick answer is:

pacman -S mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain

--David
Post by Don Raikes
Hello,
I need to be able to compile both win32 and win64 native executables from
the same source, and msys2 seems like my best alternative.
Is there a set of packages I should install that would give me a fully
working development environment for both windows 32 and windows 64? I
realize I have to invoke the proper shell mingw32.exe or mingw64.exe
depending on the flavor of executable I wish to compile, but I just want to
make sure I get the full set of packages for both environments.
Any help is greatly appreciated.
Don
--
Thank you, Donald
[image: Oracle] <http://www.oracle.com/>
Donald Raikes | Accessibility Specialist / QA Security Point of Contact
Phone: +15205744033
Oracle Application Development Framework
STREET | , Arizona ZIPCODE
[image: Green Oracle] <http://www.oracle.com/commitment>
Oracle is committed to developing practices and products that help protect the environment
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
https://lists.sourceforge.net/lists/listinfo/msys2-users
Loading...