esp-who icon indicating copy to clipboard operation
esp-who copied to clipboard

error: 'rtc_gpio_desc' undeclared

Open woshi520laoxie opened this issue 5 years ago • 2 comments

你好啊,我在编译esp-who的时候报了一个错误 esp-who/examples/single_chip/recognition_solution 中执行make 报异常 异常1、error: 'rtc_gpio_desc' undeclared 异常2、error: self-comparison always evaluates to true [-Werror=tautological-compare] 请问有知道报这个异常的原因吗

woshi520laoxie avatar Jan 17 '20 10:01 woshi520laoxie

可能是没有设置好esp-idf?git submodule update --init

XiaochaoGONG avatar Jan 20 '20 11:01 XiaochaoGONG

You have to enable the rtc gpio in menuconfig

holubcsongor avatar Feb 04 '20 18:02 holubcsongor