Description
Hardware:
Board: Heltec_Wifi_kit32?
Core Installation/update date: 28/06/18
IDE name: other
Flash Frequency: 40Mhz
Upload Speed: 115200?
Description: Compiler error after the last update.
The previouos update was done two weeks ago and everything was working fine. Few minutes ago I downloaded and installed the last update (idf update included) and now I'm not able to compile my projects due an undefined refererence in the precompiled library. This is the message produced by the linker:
'Starting combiner'
"C:/Program Files (x86)/Arduino/hardware/esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc" -nostdlib "-LC:/Program Files (x86)/Arduino/hardware/esp32/tools/sdk/lib" "-LC:/Program Files (x86)/Arduino/hardware/esp32/tools/sdk/ld" -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld -T esp32.rom.spiram_incompatible_fns.ld -u ld_include_panic_highint_hdl -u call_user_start_cpu0 -Wl,--gc-sections -Wl,-static -Wl,--undefined=uxTopUsedPriority -u __cxa_guard_dummy -u __cxx_fatal_exception -Wl,--start-group -Xlinker -Map=maps.map .\ESP32_A_BMP280.cpp.o .\ESP32_A_CommonInterface.cpp.o .\ESP32_A_Display.cpp.o .\ESP32_A_FlashSettings.cpp.o .\ESP32_A_NetReceive.cpp.o .\ESP32_A_TCP_Serv.cpp.o .\ESP32_A_WiFi.cpp.o .\ESP32_A_remoteBmp280.cpp.o .\ESP_MPU9250.cpp.o .\MyEspSerial.cpp.o .\NetClient.cpp.o .\NetServer.cpp.o .\sloeber.ino.cpp.o .\libraries\gitBMP280_driver\bmp280.c.o .\libraries\git-esp8266-oled-ssd1306\OLEDDisplay.cpp.o .\libraries\git-esp8266-oled-ssd1306\OLEDDisplayUi.cpp.o .\libraries\WiFi\src\ETH.cpp.o .\libraries\WiFi\src\WiFi.cpp.o .\libraries\WiFi\src\WiFiAP.cpp.o .\libraries\WiFi\src\WiFiClient.cpp.o .\libraries\WiFi\src\WiFiGeneric.cpp.o .\libraries\WiFi\src\WiFiMulti.cpp.o .\libraries\WiFi\src\WiFiSTA.cpp.o .\libraries\WiFi\src\WiFiScan.cpp.o .\libraries\WiFi\src\WiFiServer.cpp.o .\libraries\WiFi\src\WiFiUdp.cpp.o
(omitted a big private libreries list to reduce the size of this message)
.\libraries\EEPROM\EEPROM.cpp.o "C:\MyPRJ\slob420\ESP32_A/Release/arduino.ar" -lgcc -lopenssl -lbtdm_app -lfatfs -lwps -lcoexist -lwear_levelling -lhal -lnewlib -ldriver -lbootloader_support -lpp -lmesh -lsmartconfig -ljsmn -lwpa -lethernet -lphy -lapp_trace -lconsole -lulp -lwpa_supplicant -lfreertos -lbt -lmicro-ecc -lcxx -lxtensa-debug-module -lmdns -lvfs -lsoc -lcore -lsdmmc -lcoap -ltcpip_adapter -lc_nano -lrtc -lspi_flash -lwpa2 -lesp32 -lapp_update -lnghttp -lspiffs -lespnow -lnvs_flash -lesp_adc_cal -llog -lexpat -lm -lc -lheap -lmbedtls -llwip -lnet80211 -lpthread -ljson -lstdc++ -Wl,--end-group -Wl,-EL -o "C:\MyPRJ\slob420\ESP32_A/Release/ESP32_A.elf" C:/MyPRJ/slob420/ESP32_A/Release/arduino.ar
C:/Program Files (x86)/Arduino/hardware/esp32/tools/sdk/lib\libesp32.a(wifi_os_adapter.o):(.iram1.literal+0xc): undefined reference to sc_ack_send' C:/Program Files (x86)/Arduino/hardware/esp32/tools/sdk/lib\libesp32.a(wifi_os_adapter.o): In function
semphr_take_from_isr_wrapper':
/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/wifi_os_adapter.c:221: undefined reference to sc_ack_send' C:/Program Files (x86)/Arduino/hardware/esp32/tools/sdk/lib\libesp32.a(wifi_os_adapter.o):(.data.g_wifi_osi_funcs+0x17c): undefined reference to
sc_ack_send_stop'
collect2.exe: error: ld returned 1 exit status
makefile:96: recipe for target 'ESP32_A.elf' failed
make: *** [ESP32_A.elf] Error 1
Is someone experiencing this issue ?
Regards