Question/Issue:
I am trying to build on edp-idf, based on the example here:
But it is always giving me errors similar to this:
/var/folders/n3/35y73h5x2ydfgn0r5dx9ycpm0000gn/T//ccNP94sN.s: Assembler messages:
/var/folders/n3/35y73h5x2ydfgn0r5dx9ycpm0000gn/T//ccNP94sN.s:11: Error: file not found: tflite-model/tflite_learn_815924_6.tflite
I tried cleaning via idf.py fullclean, deleting etc, nothing works.
Project ID:
815924
Context/Use case:
Building on mac, via edp-idf 5.5, python 3.12
Summary:
Steps to Reproduce:
- Clone the example repo: GitHub - edgeimpulse/example-standalone-inferencing-espressif-esp32: Builds and runs an exported impulse locally (ESP IDF)
- Download the classification mode, c++ build, copy only 3 directories to the root of the project
idf.py build
Expected Results:
Builds without any errors
Actual Results:
/var/folders/n3/35y73h5x2ydfgn0r5dx9ycpm0000gn/T//ccNP94sN.s: Assembler messages:
/var/folders/n3/35y73h5x2ydfgn0r5dx9ycpm0000gn/T//ccNP94sN.s:11: Error: file not found: tflite-model/tflite_learn_815924_6.tflite
Reproducibility:
- [ x ] Always
- [ ] Sometimes
- [ ] Rarely
Environment:
- Platform: ESP32
- Build Environment Details: esp-idf 5.5
- OS Version: macos 26
-
Edge Impulse Version (Firmware): -
To find out Edge Impulse Version: - if you have pre-compiled firmware: run edge-impulse-run-impulse --raw and type AT+INFO. Look for Edge Impulse version in the output.
- if you have a library deployment: inside the unarchived deployment, open model-parameters/model_metadata.h and look for EI_STUDIO_VERSION_MAJOR, EI_STUDIO_VERSION_MINOR, EI_STUDIO_VERSION_PATCH
- Edge Impulse CLI Version: -
- Project Version:
-
Custom Blocks / Impulse Configuration: [Describe custom blocks used or impulse configuration]
Logs/Attachments:
[Include any logs or screenshots that may help in diagnosing the issue]
Logs/Attachments:
[Include any logs or screenshots that may help in diagnosing the issue]
Additional Information:
[Any other information that might be relevant to the issue]