M1 Mac build espruino #6632
Replies: 1 comment
-
Posted at 2022-02-28 by @gfwilliams So you are actually trying to run on Espruino on the Mac itself, rather than cross-compiling it for another target? I'd suggest commenting out the I can't say I've ever actually built it for the M1 (or even to run under Mac OS - I deal mainly with Linux) but it doesn't generally have issues with running under 64 bit x86 (or ARM, obviously) so I wouldn't have thought there'd be big issues. ... you could maybe try and build for 32 bit ARM with Posted at 2022-04-02 by opichals Hi! I just tried on an M1 machine. After removing the TENSORFLOW from
I guess I'd need to 'add few bytes somewhere' to get the pointers aligned... ? Cheers! Posted at 2022-04-02 by opichals Here is a pull-request that builds /MacBook Pro (13-inch, M1, 2020)/, the
Posted at 2022-04-04 by @gfwilliams Thanks! This is great news! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-02-27 by Chaz
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
Beta Was this translation helpful? Give feedback.
All reactions