
On Sat, Apr 29, 2023 at 07:30:00PM -0600, Simon Glass wrote:
These are now quite out-of-date. Update to 2023 versions and bring in those are are needed for the newer tool features.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v1)
doc/build/tools.rst | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/doc/build/tools.rst b/doc/build/tools.rst index ec0172292585..6b7342a27606 100644 --- a/doc/build/tools.rst +++ b/doc/build/tools.rst @@ -24,15 +24,18 @@ you can use MSYS2, a software distro and building platform for Windows. Download the MSYS2 installer from https://www.msys2.org. Make sure you have installed all required packages below in order to build these host tools::
- gcc (9.1.0)
- make (4.2.1)
- bison (3.4.2)
- diffutils (3.7)
- openssl-devel (1.1.1.d)
- gcc (11.3.0-3)
- make (4.4.1-1)
- bison (3.8.2-4)
- diffutils (3.9-1)
- flex (2.6.4-3)
- libgnutls-devel (3.8.0-1)
- libutil-linux-devel (2.35.2)
- openssl-devel (3.1.0-1)
Note the version numbers in these parentheses above are the package versions at the time being when writing this document. The MSYS2 installer tested is -http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe. +https://github.com/msys2/msys2-installer/releases/download/2023-03-18/msys2-...
This should match the msys version we use in Azure, which is neither 2019 nor 2023. As part of splitting this series in to generic fixes that MSYS work has exposed and MSYS work itself, please update Azure to something newer, deal with any fall-out, and update this doc, thanks!