[Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project
Posted: Sun Sep 08, 2019 2:43 pm
Hi,
I have updated my IDF to 3.3LTS from 3.3beta1 and now I have some errors about undefined reference.
Not sure why this happens, since on beta version idf with same includes everything compiles and all "bt_icon" , "battery" ect stuff was find properly
I have updated my IDF to 3.3LTS from 3.3beta1 and now I have some errors about undefined reference.
Code: Select all
make[1]: Leaving directory 'C:/ESP32/Projects/dev/build/xtensa-debug-module'
Target 'component-xtensa-debug-module-build' responsible for 'C:/ESP32/Projects/dev/build/xtensa-debug-module/libxtensa-debug-module.a'
C:/ESP32/Projects/dev/build/main\libmain.a(lcd.o):(.literal.draw_bt_logo+0x4): undefined reference to `bt_icon'
C:/ESP32/Projects/dev/build/main\libmain.a(lcd.o):(.literal.scr_show_battery+0x2c): undefined reference to `battery'
C:/ESP32/Projects/dev/build/main\libmain.a(lcd.o):(.literal.scr_main_menu+0x14): undefined reference to `meas_icon'
C:/ESP32/Projects/dev/build/main\libmain.a(lcd.o):(.literal.scr_result+0x44): undefined reference to `time_icon'
C:/ESP32/Projects/dev/build/main\libmain.a(lcd.o):(.literal.scr_logo_show+0x4): undefined reference to `logo'
collect2.exe: error: ld returned 1 exit status