Hi All, Thanks to the tutorial by Terry Guo ( https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded), I installed arm-none-eabi-gcc. Now that problem is solved.
But when I try to download the bootloader (newt load arduino_boot) , it gives an error. line 61: openocd: command not found Error: exit status 127 Note that I'm trying with an Arduino M0. I didn't do any changes to existing codes. I just tried to download bootloader assuming the board is Arduino zero / Arduino zero pro (which is really not). Can that be the reason? If it is so, how should I change the code to support the board with me(Arduino M0) ? Regards, Sanjeewa On Sun, May 15, 2016 at 5:13 PM, Pradeep Sanjeewa <[email protected]> wrote: > Hi All, > > I am in the process of implementing blinky on Arduino M0(which is not > supported yet). > I am following the tutorial "Blinky on Arduino Zero" > <https://mynewt.apache.org/os/tutorials/arduino_zero/>. > > There was an error when trying to build the bootloader. > > Command : $ newt build arduino_boot > Error : Error: sh: 1: arm-none-eabi-gcc: not found > > Can someone help me? > > BTW, I'm Sanjeewa from Sri Lanka participating GSoC this time. > My project is porting mynewt to pic32 bluetooth starter kit > <http://www.mouser.com/ProductDetail/Microchip/DM320018/?qs=tDzW11xIla9kXUMdDA2kXA%3d%3d> > . > > Thanks > > Regards, > Sanjeewa >
