LuaNode icon indicating copy to clipboard operation
LuaNode copied to clipboard

ask for help

Open chairongzhen opened this issue 7 years ago • 1 comments

D:/newespidf/nodemcu-firmware/components/platform/flash_api.c: In function 'flash_detect_size_byte': D:/newespidf/nodemcu-firmware/components/platform/flash_api.c:50:25: error: 'ESP_PARTITION_TABLE_ADDR' undeclared (first use in this function) const uint32_t offs = ESP_PARTITION_TABLE_ADDR;

anyone help?

chairongzhen avatar Aug 20 '18 00:08 chairongzhen

CC /data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/build/platform/platform_partition.o
/data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/components/platform/platform_partition.c: In function 'platform_partition_info':
/data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/components/platform/platform_partition.c:46:24: error: 'ESP_PARTITION_TABLE_ADDR' undeclared (first use in this function)
 #define PARTITION_ADD  ESP_PARTITION_TABLE_ADDR

Note that this is when I point IDF_PATH to v3.1 release of esp-idf (I'm unable to make it compile with the submodule checkout as well - though I get a different error there)

raghur avatar Dec 05 '18 06:12 raghur