Upload error in Arduino IDE

i get this following error in Arduino:

xtensa-esp32-elf-g++: error: c:\Users\User\Downloads\ei-htasoji-project-1-arduino-1.0.5\htasoji-project-1_inferencing\src\edge-impulse-sdk\classifier\libraries\Sensors_new_inferencing\src\edge-impulse-sdk\CMSIS\NN\Source\ConvolutionFunctions\arm_depthwise_separable_conv_HWC_q7_nonsquare.c: No such file or directory
xtensa-esp32-elf-g++: warning: ‘-x c++’ after last input file has no effect
xtensa-esp32-elf-g++: fatal error: no input files
compilation terminated.

how can i solve it?

project ID 512048

Hi @htasoji

Make sure that the mentioned file exists in the path \edge-impulse-sdk\CMSIS\NN\Source\ConvolutionFunctions\ within your project directory. If not, you may need to re-download or reconfigure your project.

It looks like a step was missed when configuring your environment, what guide are you following? Make sure a step or prerequisite wasn’t missed.

Best

Eoin