-
• #2
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
make/family/STM32F4.make
- but that doesn't fix it for me.
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 make/family/STM32F4.make
- but that doesn't fix it for me.
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?