sajeevank

Results 7 comments of sajeevank

Hi carlonluca, I tried to build the source code of Libicu as per the link - https://github.com/carlonluca/pi/blob/master/piomxtextures_tools/notes_icu.txt. But I am getting the following error (for compiling in the host): checking...

Hi, Thank You very much for the reply. But here the toolchain is not coming into picture. Because now I am compiling for host only, not for the target RPI....

Hi, Now I noticed the lines -- export CPP= CC=/opt/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc CXX=/opt/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ CPPFLAGS= And the variables CC and CXX were set for old toolchain. Now I updated it with the latest....

Hi, Sorry for my ignorance. I set the variables - CC - /usr/bin/gcc and CXX - /usr/bin/g++. Now it is working fine for the host.

Hi, But for cross compile it is not successful. sajeevank@sajeevank-Vostro-3559:~/rpi_source/libicu/build_icu_rpi$ export CPPFLAGS="-O3 -fno-short-wchar -DU_USING_ICU_NAMESPACE=1 -fno-short-enums -pipe -march=armv8-a+crc -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard" sajeevank@sajeevank-Vostro-3559:~/rpi_source/libicu/build_icu_rpi$ export CFLAGS=CPPFLAGS sajeevank@sajeevank-Vostro-3559:~/rpi_source/libicu/build_icu_rpi$ export PATH=/home/sajeevank/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH sajeevank@sajeevank-Vostro-3559:~/rpi_source/libicu/build_icu_rpi$ export LDFLAGS="-lc -lstdc++...

Hi, I had done a few mistakes. CC and CXX were wrong. And export CFLAGS=$CPPFLAGS was the right. By correcting these mistakes, I could cross compile, libicu successfully. I added...

Hi, Thank You for the reply. I am just a beginner. Would You please elaborate it a little. I have now sajeevank@sajeevank-Vostro-3559:~/raspi$ find ./sysroot -name libicudata* ./sysroot/usr/local/qt5pi/lib/libicudata.so.58.1 ./sysroot/usr/local/qt5pi/lib/libicudata.so.58 ./sysroot/usr/local/qt5pi/lib/libicudata.so ./sysroot/usr/lib/arm-linux-gnueabihf/libicudata.a...