[DOC] brew cask` is no longer a `brew` command...
-
Hi the documentation on: https://github.com/Duet3D/RepRapFirmware/wiki/Building-RepRapFirmware
is outdatedError: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.
so you have to use:
brew install --cask gcc-arm-embeddedinstead.
Same for the rest
Greetings
Daniel -
-
-
@danielkrah @droftarts Thanks, now updated.
-
@danielkrah I’ve run through installing Eclipse and getting the firmware to compile on an M2 MacBook Pro on Ventura, and updated the instructions further. I had problems getting Eclipse to recognise CrcAppender; Eclipse doesn’t use the system $PATH by default, and I couldn’t seem to add the path to it in Eclipse. I had to run Eclipse from the terminal for it to use the system path. Can you take a look and comment on your experience?
Ian
-
-