From cd30d5f1ec0047cdd360fa26d1e65c809f9ebea2 Mon Sep 17 00:00:00 2001 From: bebbo Date: Thu, 20 Aug 2020 09:23:22 +0200 Subject: [PATCH] updated msys2 build info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf3dfa8..97e301a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ apt-cyg install gcc-core gcc-g++ python git perl-Pod-Simple gperf patch automake pacman -S git base-devel gcc flex gmp-devel mpc-devel mpfr-devel ncurses-devel rsync ``` +Also note that you **MUST** cd into an **absolute path** e.g. `cd /c/msys64/home/test/amiga-gcc/` before running make, or builds may fail, because some files aren't found correctly (that's a msys2 bug). + ### Ubuntu running on the Windows 10 Linux subsystem tbd