On Wed, Jun 3, 2020 at 5:36 PM Adam Feuer <a...@starcat.io> wrote: > I got stuck, and switched to Linux. But I will give macOS a try again in > the next few days, and update the instructions if I succeed.
I built a recent master on macOS and it worked. All I had to do was: * Install gcc-arm-none-eabi using instructions from either PX4 or Mynewt (don't remember which), > * Install flock using instructions in our top level readme * configure && make && make install kconfig-frontends from our tools repo and after that, 'tools/configure.sh', 'make menuconfig', and 'make' worked perfectly. One caveat: I have Xcode and its command line tools, and homebrew, so maybe I have something not mentioned here that's needed. Nathan