As an additional point of information, I added the following line to the section of the makefile inside else ifdef ESPRUINO_1V3 :
LIBS+=-lnosys
Then I switched to the GNU Arm Tools v4.8 compiler, and now it compiles without error. The resulting size of the bin file is: 228872.
Anyone know if this is correct or why I need to do this?
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.
As an additional point of information, I added the following line to the section of the makefile inside else ifdef ESPRUINO_1V3 :
LIBS+=-lnosys
Then I switched to the GNU Arm Tools v4.8 compiler, and now it compiles without error. The resulting size of the bin file is: 228872.
Anyone know if this is correct or why I need to do this?