I'm trying to build and flash on to the ESP32-S3-Eye board, following these instructions on ESP-DL:
https://docs.espressif.com/projects/esp ... h-tvm.html
I went the the ESP-IDF page and followed their installation steps here: https://docs.espressif.com/projects/esp ... requisites
I tried using both the IDF v5.3 dev version and the IDF v5.0 stable version but I got the following error when I try to run
Code: Select all
idf.py build
Code: Select all
new_project
Code: Select all
/<folderpathhere>/new_project/components/tvm_model/model/codegen/host/src/default_lib3.c:5:55: error: expected declaration specifiers or '...' before '*' token
5 | int32_t tvmgen_default_esp_main_64(int8_t* esp_64_i0, * esp_64_i0) {
| ^
[14/62] Completed 'bootloader'
ninja: build stopped: subcommand failed.
Code: Select all
idf.py build
Would anyone have any ideas for how to fix this? Thanks in advance