Error while building QtWebEngine on an embedded device
-
So guys, I'm trying to build QtWebEngine on Qt5.7 and after completing the process I get this following error. I'm stuck at this for days and I never saw someone with the same problem.
/home/vinicius/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -licui18n
/home/vinicius/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -licuuc
/home/vinicius/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld.gold: error: cannot find -licudata
collect2: error: ld returned 1 exit status
Makefile.core_module:166: recipe for target '../../lib/libQt5WebEngineCore.so.5.7.0' failed -
My problem was some libicu dependencies...for now compilation worked!