Tool/software: Linux
Tool/software: Linux
Hello,
I'm using AM335x processor sdk 4.02.wanted to use Qt bluetooth module.Bluetooth module is not available in sdk so i've compiled it as per below and added to sysroot directory still error: Unknown module(s) in QT: bluetooth error displays.
wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz tar -Jxvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C $HOME git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk cd tisdk ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt cd build . conf/setenv export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH MACHINE=am335x-evm bitbake qtconnectivity //Host Side cp -r tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtconnectivity/5.7.1+gitAUTOINC+d884d20c55-r0/image/usr/ ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/ cp tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtcharts/5.7.1+gitAUTOINC+da07182524-r0/deploy-ipks/armv7ahf-neon/* /home/ti-processor-sdk-linux-am335x-evm-04.02.00.09/targetNFS/home/root/qtconnectivity-bundle/.
//Board side opkg install qtconnectivity-bundle/*
Still Unknown module error occurs