hackwatch icon indicating copy to clipboard operation
hackwatch copied to clipboard

driver/gpio.h: No such file or directory

Open reinethernal opened this issue 3 years ago • 0 comments

Hi! I run idf.py build and get such error

hackwatch/components/twatch-lib/drivers/i2c.c:3:10: fatal error: driver/gpio.h: No such file or directory
    3 | #include "driver/gpio.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.
[2/71] Performing build step for 'bootloader'
[1/1] cd /home/reinethernal/firmware/hackw2/hackwatch/build/bootloader/esp-idf/esptool_py && /home/reinethernal/.espressif/python_env/idf5.0_py3.10_env/bin/python /home/reinethernal/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/reinethernal/firmware/hackw2/hackwatch/build/bootloader/bootloader.bin
Bootloader binary size 0x6610 bytes. 0x9f0 bytes (9%) free.
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
root@re:/home/reinethernal/firmware/hackw2/hackwatch#

reinethernal avatar Jun 16 '22 12:06 reinethernal