So, I have been trying to build Espruino on OSX and I am having an issue. When I build it native (for OSX) everything works fine. However, when I build it using the cross tools, I get one of a number of errors.
I have tried 2 different versions of YAGARTO (4.6.2 and 4.7.2), Code Sourcery 2013.11-24 and GNU Arm tools 4.8.
All of them give me a different problem.
YAGARTO and Code Sourcery say:
_sbrk is undefined at link time.
YAGARTO also says _exit is undefined.
The GNU Arm tools say that they cannot find crt0.o.
I am thinking that I must be using tools that are too new.
What version of tools are you using to build the arm binary?
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.
So, I have been trying to build Espruino on OSX and I am having an issue. When I build it native (for OSX) everything works fine. However, when I build it using the cross tools, I get one of a number of errors.
I have tried 2 different versions of YAGARTO (4.6.2 and 4.7.2), Code Sourcery 2013.11-24 and GNU Arm tools 4.8.
All of them give me a different problem.
YAGARTO and Code Sourcery say:
_sbrk is undefined at link time.
YAGARTO also says _exit is undefined.
The GNU Arm tools say that they cannot find crt0.o.
I am thinking that I must be using tools that are too new.
What version of tools are you using to build the arm binary?