Compiling on a Mac

Yeah, I was able to get the Terra patches to build and flash onto the Daisy last night. I am doing it all from the command line. I did notice that the way I pulled from the git repo, it put the Terra files into a nested subdirectory of my DaisyExamples folder, so the Makefile was referencing the wrong path in my case. I had to change the path to point to the correct Makefile, and then it worked. It sounds like people here are having a different issue though? Also: the only way I could get a properly working ARM-embedded toolchain was to use Homebrew. Using the official ARM package didn't seem to take properly.
 
Back
Top