Hi,
I am trying to cross compile a package wi the following steps. The build goes fine except that when I try to run the same on the foundation model it doesn't work. Here are all the steps in details:
1. Installed the linaro gcc and set up the environment as follows: ------------------------------------------------------------------------------------------------ export AARCH64_TOOLCHAIN=/home/anilss/Linaro/tools/gcc-linaro-aarch64-linux-gnu-4.7-2013.04-20130415_linux/bin export PATH=$PATH:$AARCH64_TOOLCHAIN export ARCH=aarch64 export CROSS_COMPILE=aarch64-linux-gnu-
2. Now on my build machine (x86_64 machine running linux), from source root of the package (i.e. GMP) I want to cross compile: anilss@anilss:~/Linaro/pkgs/gmp/cross_arm64/gmp-5.1.3-aarch64$./configure --build=coreisbr-unknown-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu anilss@anilss:~/Linaro/pkgs/gmp/cross_arm64/gmp-5.1.3-aarch64$make
3. Then On the foundation model, where the above source tree is mounted, I do: $ make check
However this fails.
Any ideas on what is going wrong..? Also is the triplet correct for host and foundation model (running oe linux)?
Thanks and Regards, Anil