I was trying to build and run espruino on my mac but struggling a little. I had to change 2 files to get the code to compile but now getting this error. Any pointers would be awesome!
ld: unaligned pointer(s) for architecture arm64
to get to this point i commented out line 891 from fixedpoint.h in lib/tensflow
also jsnative.c i changed line 157 to
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.
Hey everyone,
I was trying to build and run espruino on my mac but struggling a little. I had to change 2 files to get the code to compile but now getting this error. Any pointers would be awesome!
to get to this point i commented out line 891 from fixedpoint.h in lib/tensflow
also jsnative.c i changed line 157 to
because of compiler errors i was seeing