Hi,all:
i get kernel is 3.4, from
https://github.com/armpc/Armcore_a20_V30_lichee/ which
use arm-linux-gnueabi as the default compiler.
i got some .so file which are compiled by gnueabihf, so the .so file
cannot run under the arm-linux-gnueabi compiled kernel?
if so, i should use arm-linux-gnueabihf, i've
downloaded arm-linux-gnueabihf 4.7 .
then set CROSS_COMPILE=arm-linux-gnueabihf- in build_sun7i.sh.
but run command mklichee error :
/bin/bash: line 2:
/home/ff/working/a20_V30_lichee/out/linux/common/buildroot/external-toolchain/bin/arm-linux-gnueabi-gcc:
No such file or directory
readlink: missing operand
build_buildroot()
{
if [ ! -f ${LICHEE_BR_OUT}/.config ] ; then
printf "\nUsing default config ...\n\n"
make O=${LICHEE_BR_OUT} -C ${LICHEE_BR_DIR} ${LICHEE_BR_DEFCONF}
fi
make O=${LICHEE_BR_OUT} -C ${LICHEE_BR_DIR} LICHEE_GEN_ROOTFS=n
}
how to set the arm-linux-gnueabihf- as the default compiler?
--
You received this message because you are subscribed to the Google Groups
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.