Page 1 of 1

eclipse make esp-ide, ERROR!!

Posted: Sun Sep 17, 2017 8:21 am
by dart86
/esp-idf/components/bootloader_support/src/bootloader_random.c:68:5: error: implicit declaration of function 'DPORT_SET_PERI_REG_MASK' [-Werror=implicit-function-declaration]
DPORT_SET_PERI_REG_MASK(DPORT_WIFI_CLK_EN_REG, DPORT_WIFI_CLK_RNG_EN);
^
/cygdrive/d/ESP/MyApp/esp-idf/components/bootloader_support/src/bootloader_random.c: In function 'bootloader_random_disable':
/cygdrive/d/ESP/MyApp/esp-idf/components/bootloader_support/src/bootloader_random.c:120:5: error: implicit declaration of function 'DPORT_CLEAR_PERI_REG_MASK' [-Werror=implicit-function-declaration]
DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_I2S0_CLK_EN);

我该怎么做?