I just created a build of my project and attempted to upload it to the Arduino Nano 33 BLE Sense but keep receiving the following errors:
Assembler messages:
Fatal error: can’t create C:\Users*******\AppData\Local\Temp\arduino\sketches\22688D5A5DA58B140F2E0A2A9D894823\libraries\COM683_-Edge_and_Embedded_Intelligence-_CW2_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
Assembler messages:
Fatal error: can’t create C:\Users*******\AppData\Local\Temp\arduino\sketches\22688D5A5DA58B140F2E0A2A9D894823\libraries\COM683_-Edge_and_Embedded_Intelligence-_CW2_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*******\AppData\Local\Temp\arduino\sketches\22688D5A5DA58B140F2E0A2A9D894823\libraries\COM683_-Edge_and_Embedded_Intelligence-_CW2_inferencing\edge-impulse-sdk\porting\espressif\ESP-NN\src\convolution\esp_nn_depthwise_conv_s8_mult1_3x3_padded_esp32s3.S.o: No such file or directory
I can verify that the .S files exist in the directory of my project, but dont exist in the file path mentioned above.
Project ID:
493678
Thanks