Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| archive:pgt302lab00 [2026/04/27 05:17] – ↷ Links adapted because of a move operation azman | archive:pgt302lab00 [2026/04/27 05:18] (current) – ↷ Links adapted because of a move operation azman |
|---|
| ==== Building a Cross-compiler ==== | ==== Building a Cross-compiler ==== |
| |
| //**Note20211027** Notes on setting up latest MinGW environment is available [[notes:mingw_compiler|here]].// | //**Note20211027** Notes on setting up latest MinGW environment is available [[notes:csys:mingw_compiler|here]].// |
| |
| We need to have a working compiler. I prefer [[http://www.mingw.org/|MinGW (Minimalist GNU for Windows)]], so that is what I'll use to demonstrate. Download the mingw-get installer from [[https://sourceforge.net/projects/mingw/files/Installer/mingw-get|here]]. At the moment, the latest version is 0.6.2-beta-20131004-1, so I download ''mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip''. | We need to have a working compiler. I prefer [[http://www.mingw.org/|MinGW (Minimalist GNU for Windows)]], so that is what I'll use to demonstrate. Download the mingw-get installer from [[https://sourceforge.net/projects/mingw/files/Installer/mingw-get|here]]. At the moment, the latest version is 0.6.2-beta-20131004-1, so I download ''mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip''. |