I created a project based off of this site: Micro Speech Command Recognition with TensorFlow Lite - Hackster.io
I'm using a Nano BLE 33 Sense. Arduino IDE is 2.3.2.
Tried running in administrator mode as well as turning anti-virus off.
But I keep getting this compilation error:
Assembler messages:
Fatal error: can't create C:\Users\brand\AppData\Local\Temp\arduino\sketches\BF60C80F65361D8D458E7C25201F3267\libraries\Washington_University_in_St._Louis-project-1_inferencing\edge-impulse-sdk\porting\espressif\ESP-NN\src\convolution\esp_nn_conv_s8_filter_aligned_input_padded_esp32s3.S.o: No such file or directory
Assembler messages:
Fatal error: can't create C:\Users\brand\AppData\Local\Temp\arduino\sketches\BF60C80F65361D8D458E7C25201F3267\libraries\Washington_University_in_St._Louis-project-1_inferencing\edge-impulse-sdk\porting\espressif\ESP-NN\src\convolution\esp_nn_depthwise_conv_s16_mult1_3x3_no_pad_esp32s3.S.o: No such file or directory
exit status 1
Compilation error: exit status 1
Any solutions?