Hi Faye, i am unsure , you ment. to "the most wanted" ESP32 SDK (this is fun)
btw: yes, the setup for a compile env. is best descr. in the ESP32 SDK git. txs for this!
we can use the same Virtual Box we use for ESP8266 for the ESP32 SDK? can you answere this asap? because we install system for ESP32 SDK next time on extra System, so i ask for Linux User Group ..
best wishes rudi
edit 02 DEZ 2015: thanks for edit the link btw, i have a try in the ESP8266 VM to install the ESP32 Toolchain you ment. http://esp32.com/viewtopic.php?f=2&t=21
Statistics: Posted by rudi — Tue Dec 01, 2015 5:55 am
]]>2015-11-30T17:02:45+08:002015-11-30T17:02:45+08:00https://bbs.espressif.com:443/viewtopic.php?t=1428&p=4825#p4825 Here is our compile environment, we offered a VirtualBox to set up it on windows PC.
Statistics: Posted by ESP_Faye — Mon Nov 30, 2015 5:02 pm
]]>2015-11-24T01:02:05+08:002015-11-24T01:02:05+08:00https://bbs.espressif.com:443/viewtopic.php?t=1428&p=4729#p4729 my compiler throws out warnings. I need to fix that manually whenever i download a new sdk version.
LOG: In file included from /opt/Espressif/ESP8266_SDK/include/ets_sys.h:12:0, from driver/i2c_master.c:11: driver/i2c_master.c: In function 'i2c_master_gpio_init': /opt/Espressif/ESP8266_SDK/include/eagle_soc.h:249:38: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses] & (~(PERIPHS_IO_MUX_FUNC<<PERIPHS_IO_MUX_FUNC_S)) \ ^ /opt/Espressif/ESP8266_SDK/include/eagle_soc.h:50:98: note: in definition of macro 'WRITE_PERI_REG' #define WRITE_PERI_REG(addr, val) (*((volatile uint32_t *)ETS_UNCACHED_ADDR(addr))) = (uint32_t)(val) ^ driver/i2c_master.c:108:5: note: in expansion of macro 'PIN_FUNC_SELECT' PIN_FUNC_SELECT(I2C_MASTER_SDA_MUX, I2C_MASTER_SDA_FUNC); ^ /opt/Espressif/ESP8266_SDK/include/eagle_soc.h:249:38: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses] & (~(PERIPHS_IO_MUX_FUNC<<PERIPHS_IO_MUX_FUNC_S)) \ ^ /opt/Espressif/ESP8266_SDK/include/eagle_soc.h:50:98: note: in definition of macro 'WRITE_PERI_REG' #define WRITE_PERI_REG(addr, val) (*((volatile uint32_t *)ETS_UNCACHED_ADDR(addr))) = (uint32_t)(val) ^ driver/i2c_master.c:109:5: note: in expansion of macro 'PIN_FUNC_SELECT' PIN_FUNC_SELECT(I2C_MASTER_SCL_MUX, I2C_MASTER_SCL_FUNC); ^ cc1: all warnings being treated as errors