I compiled image successfully but reading posts above I am not sure whether this was a way to go to be able to cross compile for the receiver on PC? I did some googling and I ended up here:
https://forums.openp...based-receiver/
One posts suggests to do this:
git clone -b upstream git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
export MACHINE=vuduo2
make
cd build
source ./env.source
bitbake devshell
But what to do from there? Do I just call cc on C source and it will be compiled for the CPU architecture on the receiver specified by export MACHINE?
Other post suggested to install Debian Wheezy Installation, which some other posters thought it was a bad suggestion.
I am stuck and I don't know where to go from here and would appreciate some assistance.
Edited by JasonM8, 15 April 2017 - 17:38.