I tried using gcc-arm-none-eabi-4_9-2015q1 and it compiled:
arm-none-eabi-size espruino_1v84.60_nrf51822.elf
text data bss dec hex filename
119996 196 4820 125012 1e854 espruino_1v84.60_nrf51822.elf
I'll need to wire up a flash programmer and I'll let you know how I get on. I have to admit that fiddling problems like this with gcc are what draws me to an easy to use development environment like Espruino!
I might not get round to programming it for a while, but I'll let you know what happens. It looks like there is more to be added for the nrf51 so when I get time (which might not be for a while) I will see if I can add anything.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello,
It did help very much. Thanks!
I tried using gcc-arm-none-eabi-4_9-2015q1 and it compiled:
arm-none-eabi-size espruino_1v84.60_nrf51822.elf
text data bss dec hex filename
119996 196 4820 125012 1e854 espruino_1v84.60_nrf51822.elf
I'll need to wire up a flash programmer and I'll let you know how I get on. I have to admit that fiddling problems like this with gcc are what draws me to an easy to use development environment like Espruino!
I might not get round to programming it for a while, but I'll let you know what happens. It looks like there is more to be added for the nrf51 so when I get time (which might not be for a while) I will see if I can add anything.
Thanks,
Colin