pebri86 / esplay-base-firmware

Bootloader or sdcard flasher for ESPlay HW ESP32 based device, based on odroid go base firmware
56 stars 22 forks source link

error: implicit declaration of function 'esp_partition_reload_table' #5

Closed 1371030 closed 3 years ago

1371030 commented 3 years ago

make flash

/Users/admin/esp/esplay-base-firmware-1.0-esplay-micro/main/main.c:399:5: error: implicit declaration of function 'esp_partition_reload_table' [-Werror=implicit-function-declaration] esp_partition_reload_table();

cc1: some warnings being treated as errors make[1]: [main.o] Error 1 make: [component-main-build] Error 2

pebri86 commented 3 years ago

I see u're trying build the bootloader, please make sure you're using esp-idf fork from odroid-go repository.

1371030 commented 3 years ago

thanks!