I'm getting lots of errors like this (below). Any ideas what I'm doing wrong?
Thanks,
-T
Code: Select all
idf build
Executing action: all (aliases: build)
Running cmake in directory /Users/tennis/src/mailbox-esp32-cpp-opto-coupler-sensor/build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/Users/tennis/.espressif/python_env/idf5.1_py3.11_env/bin/python -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 /Users/tennis/src/mailbox-esp32-cpp-opto-coupler-sensor"...
-- Building ESP-IDF components for target esp32
-- Project sdkconfig file /Users/tennis/src/mailbox-esp32-cpp-opto-coupler-sensor/sdkconfig
Compiler supported targets: xtensa-esp32-elf
-- Found Python3: /Users/tennis/.espressif/python_env/idf5.1_py3.11_env/bin/python (found version "3.11.6") found components: Interpreter
-- App "mailbox-esp32-cpp-opto-coupler-" version: 4210d4b-dirty
Traceback (most recent call last):
File "/Users/tennis/esp/v5.1.2/esp-idf/components/partition_table/gen_esp32part.py", line 524, in parse_int
return int(v, 0)
^^^^^^^^^
ValueError: invalid literal for int() with base 0: 'logs'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tennis/esp/v5.1.2/esp-idf/components/partition_table/gen_esp32part.py", line 529, in parse_int
return keywords[v.lower()]
~~~~~~~~^^^^^^^^^^^
KeyError: 'logs'
During handling of the above exception, another exception occurred: