Trouble compiling Tensorflow Lite for Espruino WiFi #4885
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2020-03-31 by @gfwilliams Hi Jussi, I just tried and I get the same here. I'm afraid I'm not sure - some of it could be to the 'soft float' implementation used by default - check out the top of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-03-30 by user110854
Hi,
I'm trying to enable TensorFlow lite on the Espruino Wifi. My build machine is Ubuntu 18.04. I can build the default binaries with
The binary file uploads OK over the Web IDE and works fine as far as I can tell.
However, when I try to include TensorFlow:
I get reference errors to _kill and _getpid and the LD phase fails:
Any ideas what goes wrong and how I could enable TensorFlow on Espruino WiFi?
Beta Was this translation helpful? Give feedback.
All reactions