I have downloaded android source files for pcduino3 and I am trying to compile android kernel using these source files. I am following the steps given at the following link.
http://learn.linksprite.com/pcduino/and ... -pcduino3/
But while compiling I am getting the following error at ./build.sh -p sun7i_android
as: unrecognised option -EL.
Also I removed -EL flag from the file ./android4.2/lichee/linux-3.4/arch/arm/mach-sun7i/pm/dram-freq/Makefile and tried but again it is giving the same error.
Also I have downloaded the tool chain for arm-linux-gnueabi-gcc and set the path in the ~/.profile file like this
export PATH=$PATH:/usr/bin/gcc/arm-linux-gnueabi/bin
Is their any way to install arm-linux-gnueabi-gcc ?
I am using ubuntu 12.04 64 bit os for cross compile.
Thanks
pirpi
Shouldn't you be asking this in the pcDuino forum? This is the Olimex forum. :)
Where did you get the source from as I had a look on the pcDuino website and found nothing for the source.