Most recent activity
-
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!
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# ifdef USE_64BIT //without the space
because of compiler errors i was seeing
-
have you looked at github actions and their matrix builds? You can self host runners connected to real hardware and its all be in github.
Not sure if this is what your asking but it looks cool! :shrug:
https://docs.github.com/en/actions/using-jobs/using-a-build-matrix-for-your-jobs
https://futurestud.io/tutorials/github-actions-create-a-testing-matrix -
-
I started messing with it a little. (not a c++ dev) the Pico uses cmake and doesn't look like it plays nice without it. But the way python works on it seems like if we get it compiled you just drop it on the file storage. Let me know if you get anywhere @ndabas and I'll do the same :-) .
maybe something like this?
https://github.com/otto-de/gitactionboard