B4R Question LiquidCrystal library - It's here but It's not

hatzisn

Well-Known Member
Licensed User
Longtime User
Good afternoon to all of you,

I am facing this problem with LiquidCrystal library. The CLI recognizes which version is installed but it cannot find it. See the logs. I though that it might have been OneDrive but all files are apparently present locally. This bugs me for more than a week... What can you make out of this?

cli: compile -b esp8266:esp8266:d1_mini C:\B4X\MyCode\B4R\MyCode\TestApps\LCDPLA~1\Objects\src\src.ino -v --board-options baud=921600,xtal=80,eesz=4M2M,dbg=Disabled,lvl=None____,ip=lm2f,vt=flash,exception=disabled,wipe=none,ssl=all
FQBN: esp8266:esp8266:d1_mini:exception=disabled
Using board 'd1_mini' from platform in folder: C:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1
Using core 'esp8266' from platform in folder: C:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1
Detecting libraries used...
C:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/include -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/lwip2/include -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\hatzi\AppData\Local\Temp\arduino\sketches\657414AA812E4C28897D6115C790BAC1/core -c -w -Os -g -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -DNEW_OOM_ABORT -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DFLASHMODE_DIO -DESP8266 -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1\cores\esp8266 -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1\variants\d1_mini C:\Users\hatzi\AppData\Local\Temp\arduino\sketches\657414AA812E4C28897D6115C790BAC1\sketch\src.ino.cpp -o nul
Alternatives for LiquidCrystal.h: [[email protected]]
ResolveLibrary(LiquidCrystal.h)
-> candidates: [[email protected]]
In file included from C:\B4X\MyCode\B4R\MyCode\TestApps\LCDPlayground\Objects\src\src.ino:1:0:
C:\B4X\MyCode\B4R\MyCode\TestApps\LCDPlayground\Objects\src\B4RDefines.h:22:27: fatal error: LiquidCrystal.h: No such file or directory
#include <LiquidCrystal.h>
C:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/include -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/lwip2/include -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\hatzi\AppData\Local\Temp\arduino\sketches\657414AA812E4C28897D6115C790BAC1/core -c -w -Os -g -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -DNEW_OOM_ABORT -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DFLASHMODE_DIO -DESP8266 -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1\cores\esp8266 -IC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1\variants\d1_mini -IC:\Users\hatzi\OneDrive\Έγγραφα\Arduino\libraries\LiquidCrystal\src C:\Users\hatzi\AppData\Local\Temp\arduino\sketches\657414AA812E4C28897D6115C790BAC1\sketch\src.ino.cpp -o nul
^
compilation terminated.
Alternatives for LiquidCrystal.h: [[email protected]]
ResolveLibrary(LiquidCrystal.h)
-> candidates: [[email protected]]
[92mUsed library[0m [92mVersion[0m [90mPath[0m
[93mLiquidCrystal[0m 1.0.4 [90mC:\Users\hatzi\OneDrive\Έγγραφα\Arduino\libraries\LiquidCrystal[0m
[92mUsed platform[0m [92mVersion[0m [90mPath[0m
[93mesp8266:esp8266[0m 2.7.1 [90mC:\Users\hatzi\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1[0m
Error during build: exit status 1
 
Last edited:

Daestrum

Expert
Licensed User
Longtime User
Mine lives here
C:\Users\xxxxx\OneDrive\Documents\Arduino\libraries\LiquidCrystal\src
 
Upvote 0

hatzisn

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top