I’m trying to follow the instructions to load your own patch from the Getting Started Wiki http://hoxtonowl.com/wiki/Getting_Started and from the GitHub README GitHub - pingdynasty/OwlWare: Firmware for the OWL programmable effects pedal
Unfortunately I’m getting the following error when trying to run ‘make bin’ on OSX Mavericks.
arm-none-eabi-gcc: error trying to exec ‘cc1’: execvp: No such file or directory
I’ve done some googling and it looks as though it might be a ‘PATH’ issue, but TBH I’m getting a bit confused. I’m not entirely sure whether the arm-none-eabi-gcc can’t find whatever it needs on my set-up, or within the files/executables that it brings with it. Any help would be appreciated.
While I’m here, there’s a slight problem with the makefile.common, in that the TOOLROOT path is likely to change (apparently per quarter) if users download the GNU ARM Toolchain as recommended in the README.
Cheers,
Steve