We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I am getting a bunch of linker errors, appearing to be circular imports. I am using TFLM_ESP32 v2.0 and EloquentTinyML 3.0.1
Thanks in advance.
Linking everything together... /home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/xtensa-esp32-elf-g++ @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_flags @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_scripts -Wl,--Map=/tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/cheirinho.ino.map -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/lib -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/ld -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/qio_qspi -Wl,--wrap=esp_panic_handler -Wl,--start-group /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/sketch/cheirinho.ino.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/circular_buffer.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/energy.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/fft_auto_scale.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_log.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_spectral_subtraction.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_square_root.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft.c.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/log.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/max_abs.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/msb_32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/msb_64.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/overlap_add.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/pcan_argc_fixed.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/delay.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/energy.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/fft_auto_scale_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/fft_auto_scale_kernel.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_spectral_subtraction.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_square_root.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_square_root_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/framer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/irfft.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/overlap_add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/pcan.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/rfft.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/stacker.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/window.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/energy.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/fft_auto_scale.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_spectral_subtraction.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_square_root.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/max_abs.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/msb_32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/msb_64.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/overlap_add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/pcan_argc_fixed.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/square_root_32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/square_root_64.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/window.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/square_root_32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/square_root_64.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/error_reporter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/flatbuffer_conversions.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/c/common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/portable_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/quantization_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/reference/comparisons.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/runtime_shape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/tensor_ctypes.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/kernel_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/debug_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/fake_micro_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/flatbuffer_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/activations.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/activations_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add_n.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/arg_min_max.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/assign_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/batch_matmul.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/batch_to_space_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/broadcast_args.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/broadcast_to.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/call_once.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/cast.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/ceil.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/circular_buffer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/circular_buffer_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/comparisons.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/concatenation.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/conv_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/cumsum.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depth_to_space.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depthwise_conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depthwise_conv_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/dequantize.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/dequantize_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/detection_postprocess.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/div.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/elementwise.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/elu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/embedding_lookup.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/ethosu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/exp.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/expand_dims.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fill.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor_div.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor_mod.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fully_connected.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fully_connected_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/gather.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/gather_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/hard_swish.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/hard_swish_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/if.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/kernel_runner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/kernel_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/l2_pool_2d.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/l2norm.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/leaky_relu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/leaky_relu_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/log_softmax.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logical.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logical_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logistic.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logistic_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/lstm_eval.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/lstm_eval_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/maximum_minimum.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/micro_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mirror_pad.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mul.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mul_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/neg.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pack.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pad.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pooling.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pooling_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/prelu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/prelu_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/quantize.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/quantize_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/read_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reduce.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reduce_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reshape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reshape_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/resize_bilinear.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/round.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/select.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/shape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/slice.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/softmax.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/softmax_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/space_to_batch_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/space_to_depth.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/split.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/split_v.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/squared_difference.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/squeeze.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/strided_slice.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/strided_slice_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/sub.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/sub_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/svdf.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/svdf_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/tanh.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/transpose.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/transpose_conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/unpack.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/var_handle.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/while.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/zeros_like.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_helpers.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/linear_memory_planner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_allocation_info.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter_graph.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_op_resolver.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_profiler.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_resource_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_time.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/mock_micro_graph.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/recording_micro_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/system_setup.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/test_helper_custom_ops.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/test_helpers.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/schema/schema_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tools/kiss_fftr.c.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/window.cc.o /tmp/arduino/cores/2c70b75bef7642baa5d6ae532df0f3ef/core.a @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_libs -Wl,--end-group -Wl,-EL -o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/cheirinho.ino.elf /home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o: in function _ZN6tflite11tflm_signal19CircularBufferResetEPNS0_14CircularBufferE': /home/alvaro/Dropbox/Projetos/arduino/libraries/tflm_esp32/src/signal/src/circular_buffer.cpp:27: multiple definition of _ZN6tflite11tflm_signal19CircularBufferResetEPNS0_14CircularBufferE'; /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/circular_buffer.cc.o:/home/alvaro/Dropbox/Projetos/arduino/libraries/tflm_esp32/src/circular_buffer.cc:27: first defined here /home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o: in function `_ZN6tflite11tflm_signal29CircularBufferGetNeededMemoryEj':
_ZN6tflite11tflm_signal19CircularBufferResetEPNS0_14CircularBufferE': /home/alvaro/Dropbox/Projetos/arduino/libraries/tflm_esp32/src/signal/src/circular_buffer.cpp:27: multiple definition of
The text was updated successfully, but these errors were encountered:
solved through
Sorry, something went wrong.
No branches or pull requests
Hi!
I am getting a bunch of linker errors, appearing to be circular imports. I am using TFLM_ESP32 v2.0 and EloquentTinyML 3.0.1
Thanks in advance.
Linking everything together...
/home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/xtensa-esp32-elf-g++ @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_flags @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_scripts -Wl,--Map=/tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/cheirinho.ino.map -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/lib -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/ld -L/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/qio_qspi -Wl,--wrap=esp_panic_handler -Wl,--start-group /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/sketch/cheirinho.ino.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/circular_buffer.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/energy.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/fft_auto_scale.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_log.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_spectral_subtraction.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/filter_bank_square_root.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/irfft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft.c.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/kiss_fft_wrappers/kiss_fft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/log.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/max_abs.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/msb_32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/msb_64.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/overlap_add.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/pcan_argc_fixed.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_float.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_int16.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/rfft_int32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/delay.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/energy.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/fft_auto_scale_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/fft_auto_scale_kernel.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_spectral_subtraction.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_square_root.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/filter_bank_square_root_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/framer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/irfft.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/overlap_add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/pcan.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/rfft.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/stacker.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/micro/kernels/window.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/energy.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/fft_auto_scale.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_spectral_subtraction.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/filter_bank_square_root.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/irfft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/kiss_fft_wrappers/kiss_fft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/max_abs.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/msb_32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/msb_64.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/overlap_add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/pcan_argc_fixed.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_float.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_int16.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/rfft_int32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/square_root_32.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/square_root_64.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/window.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/square_root_32.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/square_root_64.cc.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/error_reporter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/flatbuffer_conversions.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/api/tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/core/c/common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/portable_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/quantization_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/reference/comparisons.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/runtime_shape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/tensor_ctypes.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/internal/tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/kernels/kernel_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/debug_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/fake_micro_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/flatbuffer_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/activations.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/activations_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/add_n.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/arg_min_max.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/assign_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/batch_matmul.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/batch_to_space_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/broadcast_args.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/broadcast_to.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/call_once.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/cast.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/ceil.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/circular_buffer.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/circular_buffer_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/comparisons.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/concatenation.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/conv_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/cumsum.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depth_to_space.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depthwise_conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/depthwise_conv_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/dequantize.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/dequantize_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/detection_postprocess.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/div.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/elementwise.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/elu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/embedding_lookup.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/ethosu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/exp.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/expand_dims.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fill.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor_div.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/floor_mod.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fully_connected.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/fully_connected_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/gather.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/gather_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/hard_swish.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/hard_swish_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/if.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/kernel_runner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/kernel_util.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/l2_pool_2d.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/l2norm.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/leaky_relu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/leaky_relu_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/log_softmax.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logical.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logical_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logistic.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/logistic_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/lstm_eval.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/lstm_eval_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/maximum_minimum.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/micro_tensor_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mirror_pad.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mul.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/mul_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/neg.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pack.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pad.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pooling.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/pooling_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/prelu.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/prelu_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/quantize.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/quantize_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/read_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reduce.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reduce_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reshape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/reshape_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/resize_bilinear.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/round.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/select.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/shape.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/slice.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/softmax.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/softmax_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/space_to_batch_nd.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/space_to_depth.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/split.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/split_v.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/squared_difference.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/squeeze.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/strided_slice.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/strided_slice_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/sub.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/sub_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/svdf.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/svdf_common.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/tanh.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/transpose.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/transpose_conv.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/unpack.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/var_handle.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/while.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/kernels/zeros_like.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_helpers.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/linear_memory_planner.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_allocation_info.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter_context.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_interpreter_graph.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_log.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_op_resolver.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_profiler.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_resource_variable.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_time.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/micro_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/mock_micro_graph.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/recording_micro_allocator.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/system_setup.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/test_helper_custom_ops.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/test_helpers.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tensorflow/lite/schema/schema_utils.cpp.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/tools/kiss_fftr.c.o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/window.cc.o /tmp/arduino/cores/2c70b75bef7642baa5d6ae532df0f3ef/core.a @/home/alvaro/.arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-b6b4727c58/esp32/flags/ld_libs -Wl,--end-group -Wl,-EL -o /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/cheirinho.ino.elf
/home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o: in function
_ZN6tflite11tflm_signal19CircularBufferResetEPNS0_14CircularBufferE': /home/alvaro/Dropbox/Projetos/arduino/libraries/tflm_esp32/src/signal/src/circular_buffer.cpp:27: multiple definition of
_ZN6tflite11tflm_signal19CircularBufferResetEPNS0_14CircularBufferE'; /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/circular_buffer.cc.o:/home/alvaro/Dropbox/Projetos/arduino/libraries/tflm_esp32/src/circular_buffer.cc:27: first defined here/home/alvaro/.arduino15/packages/esp32/tools/esp-x32/2302/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/arduino/sketches/BAC31DFE9DF0781B341263A333F48811/libraries/tflm_esp32/signal/src/circular_buffer.cpp.o: in function `_ZN6tflite11tflm_signal29CircularBufferGetNeededMemoryEj':
The text was updated successfully, but these errors were encountered: