alcarazolabs / EloquentTinyML-ESP32-Example

Implementation of the library EloquentTinyML in one ESP32
https://youtu.be/UBpZHmlYyi8
4 stars 2 forks source link

Error on deploying exemple model on ESP32 NodeMCU board using arduino IDE #1

Closed koulnodji6056 closed 1 year ago

koulnodji6056 commented 2 years ago

Kindly assist me, I am trying to deploy the same example on my esp32 board but still show that error when I try to upload the code

see below the error

c:\Users\USER\Documents\Arduino\libraries\EloquentTinyML\src\eloquent_tinyml\tensorflow\arm\tensorflow\lite\micro\tools\make\downloads\cmsis\CMSIS\NN\Source\ConvolutionFunctions\arm_convolve_1x1_HWC_q7_fast_nonsquare.c:1: fatal error: opening dependency file C:\Program Files\KMSpico\temp\arduino-sketch-F33A4CC1E6432A75C6D074C31B32EEBB\libraries\EloquentTinyML\eloquent_tinyml\tensorflow\arm\tensorflow\lite\micro\tools\make\downloads\cmsis\CMSIS\NN\Source\ConvolutionFunctions\arm_convolve_1x1_HWC_q7_fast_nonsquare.c.d: No such file or directory

if !defined(ESP32)

alcarazolabs commented 2 years ago

Kindly assist me, I am trying to deploy the same example on my esp32 board but still show that error when I try to upload the code

see below the error

c:\Users\USER\Documents\Arduino\libraries\EloquentTinyML\src\eloquent_tinyml\tensorflow\arm\tensorflow\lite\micro\tools\make\downloads\cmsis\CMSIS\NN\Source\ConvolutionFunctions\arm_convolve_1x1_HWC_q7_fast_nonsquare.c:1: fatal error: opening dependency file C:\Program Files\KMSpico\temp\arduino-sketch-F33A4CC1E6432A75C6D074C31B32EEBB\libraries\EloquentTinyML\eloquent_tinyml\tensorflow\arm\tensorflow\lite\micro\tools\make\downloads\cmsis\CMSIS\NN\Source\ConvolutionFunctions\arm_convolve_1x1_HWC_q7_fast_nonsquare.c.d: No such file or directory #if !defined(ESP32)

Same issue reported here https://esp32.com/viewtopic.php?t=25280 I don't know why, sorry. Try another version.

koulnodji6056 commented 2 years ago

Alright, thank you for quick reply.

I will plan to try with devkit module. Thank you