Just did a fresh pull and tried to build BANGLEJS2 and it failed with:
CC obj/libs/tensorflow/tensorflow/lite/micro/simple_memory_allocator.cc.oarm-none-eabi-gcc: error: unrecognized command line option '-fmacro-prefix-map=libs/tensorflow/='make: *** [Makefile:842: obj/libs/tensorflow/tensorflow/lite/micro/simple_memory_allocator.cc.o] Error 1
CC obj/libs/tensorflow/tensorflow/lite/micro/simple_memory_allocator.cc.o
arm-none-eabi-gcc: error: unrecognized command line option '-fmacro-prefix-map=libs/tensorflow/='
make: *** [Makefile:842: obj/libs/tensorflow/tensorflow/lite/micro/simple_memory_allocator.cc.o] Error 1
I commented out TENSORFLOW and it builds fine.
@yngv126399 started a year ago
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.
Just did a fresh pull and tried to build BANGLEJS2 and it failed with:
I commented out TENSORFLOW and it builds fine.