From c97330e108d7849829ad39244f831473a2c44253 Mon Sep 17 00:00:00 2001 From: Daniel Monteiro <2441483+TheFakeMontyOnTheRun@users.noreply.github.com> Date: Sat, 3 Jun 2023 10:58:48 +0100 Subject: [PATCH] Update README.md to include warning about Make version on MacOS As explored in https://github.com/bebbo/amiga-gcc/issues/351, certain GNU Make versions seem to cause linking issues when building projects. Using a newer version (from brew, for instance) fixes the problems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bba6c29..09ccacf 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ CC=gcc-12 CXX=g++-12 gmake all SHELL=$(brew --prefix)/bin/bash **NOTE** +* You might need to use the brew version of make when building your projects (e.g.: `gmake`). Link failures are known to happen with GNU Make 3.81, but to succeed with GNU Make 4.4.1 on the same machine and project * If you want `m68k-amigaos-gdb` then you have to build it with `gcc` * The `gdb` build also needs a more recent `bison` version than the one installed in macOS. Use the version from Homebrew instead. It's keg only so you need