On 6 February 2013 18:40, Swati Deshmukh Swati.Deshmukh@lntinfotech.com wrote:
hi, i am using linaro toolcahin binaries to execute simple .c file , so that it creates ARM executable output file i can run on Linaro installed on Hackberry board.
this are the all steps i follwed from beginnng.. please let me know if i am missing something here..
i have downloaded gcc for ubuntu from this link https://launchpad.net/linaro-toolchain-binaries/+milestone/2012.04
on ubuntu, i did tar xjf gcc-linaro-arm-linux-gnueabi-2012.04-20120426_linux.tar.bz2 export ARM_CROSS_TOOLS=pwd/gcc-linaro-arm-linux-gnueabi-2012.04-20120426_linux/bin/arm-linux-gnueabi- export ARMCC=${ARMEL_CROSS_TOOLS}gcc
You defined "ARM_CROSS_TOOLS" but use "ARMEL_CROSS_TOOLS". So your ARMCC is native "gcc"
-Zhenqiang