How to update path to GNU make in STM32CubeIDE on macos Sequoia, M2 processor
I just installed the latest STM32CubeIDE 1.18.1 on a mac Studio M2 running Sequoia 15.5. The default GNU make on the machine is /usr/bin/make, version 3.81. The IDE is clearly creating makefiles for a later version of make, because building applications in the IDE errors out with "**** multiple target patterns" on a make rule that lists the elf and map files as targets. I have make 4.4.1 installed via brew, but how to tell STM32CubeIDE where to pick it up is buried somewhere and I'm not seeing anything in any documentation. Does anyone know how to fix this?
